AdaptiveNumericalIntegratorStepTruncationOrder Property |
Gets or sets the integer exponent specifying the order of magnitude at which to
truncate the significant digits in the
CurrentStepSize. For instance,
to truncate the value to three decimal places, specify a truncation order of -3.
To truncate the value to an order of 100, specify a truncation order of 2. To specify
the step size should be an integer value, specify a truncation order of 0.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int StepTruncationOrder { get; set; }
Public Property StepTruncationOrder As Integer
Get
Set
public:
property int StepTruncationOrder {
int get ();
void set (int value);
}
member StepTruncationOrder : int with get, set
Property Value
Type:
Int32See Also