PropagateSegmentOutputSparsity Property |
Gets or sets the interval at which to produce output samples.
By default this is set to one, meaning that output will be saved in the state history
for every integration step. If a thinner (but less accurate) ephemeris is desired you can set this
to a higher number. Two means that output is saved every other integration step, etc, etc.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int OutputSparsity { get; set; }
Public Property OutputSparsity As Integer
Get
Set
public:
property int OutputSparsity {
int get ();
void set (int value);
}
member OutputSparsity : int with get, set
Property Value
Type:
Int32See Also