Implicitly converts a subset into an array of integers.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public static implicit operator int[] (
	Subset s
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	s As Subset _
) As Integer()
Visual C++
static implicit operator array<int>^ (
	Subset^ s
)

Parameters

s
Type: CenterSpace.NMath.Stats..::.Subset
A subset.

Return Value

An array of integers.

See Also