Creates a Faure sequence.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public FaureSequence( int dimension, int baseSequence, int nSkip ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ dimension As Integer, _ baseSequence As Integer, _ nSkip As Integer _ ) |
Visual C++ |
---|
public: FaureSequence( int dimension, int baseSequence, int nSkip ) |
Parameters
- dimension
- Type: System..::.Int32
An int which specifies the dimension of the sequence.
- baseSequence
- Type: System..::.Int32
A int which specifies the smallest prime number greater than or equal to dimension.
- nSkip
- Type: System..::.Int32
An int which specifies the number of initial points to skip.
Remarks
If nSkip is negative then
, where m is the number
of digits needed to represent the largest Int32 in the base,
points are skipped.
