Click or drag to resize
DigitalRuneVectorD.InternalArray 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 double[] InternalArray { get; set; }

Property Value

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