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