Update Standard/src/Arrays/Filter.qs
Co-Authored-By: Chris Granade <cgranade@gmail.com>
This commit is contained in:
Родитель
5639fbfe52
Коммит
4b39afc81e
|
@ -45,7 +45,7 @@ namespace Microsoft.Quantum.Arrays {
|
|||
/// open Microsoft.Quantum.Arrays;
|
||||
/// open Microsoft.Quantum.Logical;
|
||||
///
|
||||
/// operation Filtered_Demo () : Unit {
|
||||
/// function FilteredDemo () : Unit {
|
||||
/// let predicate = GreaterThanI(_, 5);
|
||||
/// let filteredArray = Filtered (predicate,[2,5,9,1,8]);
|
||||
/// Message($"{filteredArray}");
|
||||
|
|
Загрузка…
Ссылка в новой задаче