Click or drag to resize

NiederreiterQuasiRandomGeneratorCheckDimensionAndDirectionNumbers Method

Verifies that the direction numbers array has the correct number of rows and columns. Rows must be equal to the number of dimensions, or the number of dimensions - 1. Number of columns must equal 32.

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

Parameters

numDimensions  Int32
Number of dimensions.
directionNumbers  Int32
Table of initial direction numbers.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the dimension is not positive, or if the direction number table has the wrong dimensions.
See Also