Click or drag to resize
DigitalRuneVectorFInternalArray Property
Gets or sets the internal array that is used to store the vector values.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public float[] InternalArray { get; set; }

Property Value

Type: Single
The internal array that is used to store the vector values; must not be .
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also