ZerosFunctionXScale Property |
Sets the the scaling in the x-coordinate.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double XScale { get; set; }
Public Overridable Property XScale As Double
Get
Set
public:
virtual property double XScale {
double get ();
void set (double value);
}
abstract XScale : float with get, set
override XScale : float with get, set
Property Value
Type:
Double
A
double containing the scaling in the
x-coordinate. The absolute value of the roots divided by
XScale should be about one.
XScale
must be greater than 0.0.
Default: XScale=1.0.
Remarks
If no bound on the function's domain is given, the entire real line must
be searched for roots. In this case the Faure sequence is scaled from
(0, 1) to
using the mapping
.
See Also