Meta.Numerics Library
Dimension Property
Meta.NumericsMeta.Numerics.FunctionsSpaceExtremumDimension
Gets the dimension of the space on which the function is defined.
Declaration Syntax
C#Visual BasicVisual C++F#
public int Dimension { get; }
Public ReadOnly Property Dimension As Integer
	Get
public:
property int Dimension {
	int get ();
}
member Dimension : int