| VectorFNumberOfElements Property |
Gets the number of elements n.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public int NumberOfElements { get; }
Public ReadOnly Property NumberOfElements As Integer
Get
public:
property int NumberOfElements {
int get ();
}
member NumberOfElements : int with get
Property Value
Type:
Int32The number of elements
n.
See Also