The value used in the norm computation.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Floor { get; set; }
Public Overridable Property Floor As Double
Get
Set
public:
virtual property double Floor {
double get ();
void set (double value);
}
abstract Floor : float with get, set
override Floor : float with get, set
Property Value
Type:
Double
A
double used in the norm computation.
Default: Floor = 1.0.
Remarks Floor must be
greater than zero.
See Also