Represents the possible values that specify on which side
of the operator a matrix argument is to be
multiplied.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public enum MatrixOperationSide
|
| Visual Basic (Declaration) |
Public Enumeration MatrixOperationSide
|
| Visual C++ |
public enum class MatrixOperationSide
|
| F# |
type MatrixOperationSide
|
Members
Remarks
See Also