HyperRectangleQuadratureAbsoluteError Property |
Sets the absolute error tolerance.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double AbsoluteError { get; set; }
Public Property AbsoluteError As Double
Get
Set
public:
property double AbsoluteError {
double get ();
void set (double value);
}
member AbsoluteError : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the absolute error tolerance.
See Also