Click or drag to resize

SobolQuasiRandomGeneratorCheckDimensionAndDirectionNumbers Method

Verifies that the number of dimensions is positive and that the number of rows in the direction numbers table is equal to the number of dimensions or one less than the number of dimensions.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected override void CheckDimensionAndDirectionNumbers(
	int numDimensions,
	int[,] directionNumbers
)

Parameters

numDimensions  Int32
The number of dimensions.
directionNumbers  Int32
Table of direction numbers.
See Also