ScalarDensityMsis2000Dimension Property |
Gets the dimension of the values produced by the object. For example,
Vectors
would have a dimension of three, and
Scalars of one. A
PartialDerivativesEvaluator
created by this type will have a
"RowDimension" equal to this
property, and a
"ColumnDimension equal to the summation
of the dimensions of the independent variables that this object is dependent on.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int Dimension { get; }
Public ReadOnly Property Dimension As Integer
Get
public:
virtual property int Dimension {
int get () sealed;
}
abstract Dimension : int with get
override Dimension : int with get
Property Value
Type:
Int32Implements
IPartialDifferentiableDimensionSee Also