Vector<T>.Any Method
Returns whether any of the elements of the vector
satisfy a condition.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if at least one element satisfies condition; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual bool Any(
Func<T, bool> condition
)
Parameters
Return Value
Booleantrue if at least one element satisfies condition; otherwise false.