| ScalarProductDimension 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.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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
IPartialDifferentiableDimension See Also
See Also