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