| VectorFInternalArray Property |
Gets or sets the internal array that is used to store the vector values.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public float[] InternalArray { get; set; }
Public Property InternalArray As Single()
Get
Set
public:
property array<float>^ InternalArray {
array<float>^ get ();
void set (array<float>^ value);
}
member InternalArray : float32[] with get, set
Property Value
Type:
Single
The internal array that is used to store the vector values; must not be
.
Exceptions See Also