HyperRectangleQuadrature Constructor (Int32) |
Constructs a HyperRectangleQuadrature object.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public HyperRectangleQuadrature(
int dimension
)
Public Sub New (
dimension As Integer
)
public:
HyperRectangleQuadrature(
int dimension
)
new :
dimension : int -> HyperRectangleQuadrature
Parameters
- dimension
- Type: SystemInt32
A int which specifies the dimension of the Faure sequence.
See Also