Constructs a HyperRectangleQuadrature object.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public HyperRectangleQuadrature( IRandomSequence sequence ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ sequence As IRandomSequence _ ) |
Visual C++ |
---|
public: HyperRectangleQuadrature( IRandomSequence^ sequence ) |
Parameters
- sequence
- Type: Imsl.Stat..::.IRandomSequence
A IRandomSequence object containing the random number sequence.