FaureSequence Constructor (Int32, Int32, Int32) |
Creates a Faure sequence.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public FaureSequence(
int dimension,
int baseSequence,
int nSkip
)
Public Sub New (
dimension As Integer,
baseSequence As Integer,
nSkip As Integer
)
public:
FaureSequence(
int dimension,
int baseSequence,
int nSkip
)
new :
dimension : int *
baseSequence : int *
nSkip : int -> FaureSequence
Parameters
- dimension
- Type: SystemInt32
An int which specifies the dimension of the sequence.
- baseSequence
- Type: SystemInt32
A int which specifies the smallest prime number greater than
or equal to dimension.
- nSkip
- Type: SystemInt32
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.
See Also