Click or drag to resize
HyperRectangleQuadrature Constructor (IRandomSequence)
Constructs a HyperRectangleQuadrature object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public HyperRectangleQuadrature(
	IRandomSequence sequence
)

Parameters

sequence
Type: Imsl.StatIRandomSequence
A IRandomSequence object containing the random number sequence.
See Also