Gets or sets whether the operands of operations on vectors
and matrices should be aligned along their indexes.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static bool AutoAlignIndexes { get; set; }
Public Shared Property AutoAlignIndexes As Boolean
Get
Set
public:
static property bool AutoAlignIndexes {
bool get ();
void set (bool value);
}
static member AutoAlignIndexes : bool with get, set
Property Value
Type:
Boolean
Reference