NumericalIntegratorStepSizeInformation Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public StepSizeInformation StepSizeInformation { get; protected set; }
Public Property StepSizeInformation As StepSizeInformation
Get
Protected Set
public:
property StepSizeInformation StepSizeInformation {
StepSizeInformation get ();
protected: void set (StepSizeInformation value);
}
member StepSizeInformation : StepSizeInformation with get, set
Property Value
Type:
StepSizeInformationSee Also