Click or drag to resize
MinUnconStep Property
The stepsize to use when changing x.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Step { get; set; }

Property Value

Type: Double
A double scalar value specifying the order of magnitude estimate of the required change in x when stepping towards the minimum.
Remarks
By default, Step is set to 0.1.
See Also