VectorDifferentiatorIncrement Property |
Gets or sets the increment used to calculate finite differences
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Increment { get; set; }
Public Property Increment As Double
Get
Set
public:
property double Increment {
double get ();
void set (double value);
}
member Increment : float with get, set
Property Value
Type:
DoubleSee Also