Checks whether the predicate is satisfied by at least one item.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+670447af29d7e7e825b02ff7e655ef2dc84132d2
Syntaxpublic bool Any(
Func<double, bool> predicate
)
Parameters
- predicate FuncDouble, Boolean
- The predicate to be checked.
Return Value
Boolean if there exists a item satisfying the predicate.
See Also