Click or drag to resize

Subset   Conversion (Subset to Int32)

Implicitly converts a subset into an array of integers.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static implicit operator int[] (
	Subset s
)

Parameters

s  Subset
A subset.

Return Value

Int32
An array of integers.
See Also