NumericalIntegratorStepSizeInformation Property |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
StepSizeInformation
See Also