Click or drag to resize

Subset(Boolean) Constructor

Construct a Subset instance from the given array of boolean values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Subset(
	bool[] bArray
)

Parameters

bArray  Boolean
An array of boolean values.
Remarks
The contructed Subset contains the indices of all true elements in bArray.
See Also