IPartialDifferentiableDimension 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.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax ReadOnly Property Dimension As Integer
Get
property int Dimension {
int get ();
}
abstract Dimension : int with get
Property Value
Type:
Int32See Also