Vector.Count False Method
Returns the number of elements in a boolean vector
that are false.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The number of elements in values that are false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static int CountFalse(
this Vector<bool> values
)
Parameters
Return Value
Int32The number of elements in values that are false.