Click or drag to resize
DigitalRuneVectorDInternalArray 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 .
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also