Click or drag to resize

DoubleMatrixIsVector Property

Gets a value indicating whether this instance is a vector.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool IsVector { get; }

Property Value

Type: Boolean
true if this instance is a vector; otherwise, false.

Implements

IMatrixPatternsIsVector
Remarks
A matrix is a vector if its number of rows or its number of columns is 1.
See Also