Click or drag to resize

QuasiRandomNumberGeneratorIntToBitArray Method

Creates a BitArray containing the binary representation of the given nonnegative integer x.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected static BitArray IntToBitArray(
	int x
)

Parameters

x  Int32
A nonnegative number.

Return Value

BitArray
BitArray containing the binary representation of x.
See Also