Returns whether any of the elements of the vector
satisfy a condition.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual bool Any(
Func<T, bool> condition
)
Public Overridable Function Any (
condition As Func(Of T, Boolean)
) As Boolean
public:
virtual bool Any(
Func<T, bool>^ condition
)
abstract Any :
condition : Func<'T, bool> -> bool
override Any :
condition : Func<'T, bool> -> bool
Parameters
- condition
- Type: SystemFuncT, Boolean
Return Value
Type:
Boolean if at least one element
satisfies
condition; otherwise
.
Numerical Libraries
Supported in: 6.0
Reference