Click or drag to resize

Subset(ICollection) Constructor

Constructs a Subset intance from the given collection of integers

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Subset(
	ICollection indices
)

Parameters

indices  ICollection
ICollection whose elements must be Int32.
See Also