FaureSequence Constructor (Int32) |
Creates a Faure sequence with the default base.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public FaureSequence(
int dimension
)
Public Sub New (
dimension As Integer
)
public:
FaureSequence(
int dimension
)
new :
dimension : int -> FaureSequence
Parameters
- dimension
- Type: SystemInt32
An int which specifies the dimension of the sequence.
Remarks
The base defaults to the smallest prime equal to or greater than
dimension.
See Also