Click or drag to resize
FloatMatrix Properties

The FloatMatrix type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Gets the column count.
Public propertyDeterminant
Gets the determinant.
Public propertyStatic memberIdentity2x2
Gets a 2x2 identity matrix.
Public propertyStatic memberIdentity3x3
Gets a 3x3 identity matrix.
Public propertyStatic memberIdentity4x4
Gets a 4x4 identity matrix.
Public propertyIsSquare
Gets a value indicating whether this FloatMatrix is square.
Public propertyItem
Gets or sets the element with the specified row and column indices.
Public propertyRows
Gets the row count.
Public propertyTrace
Gets the trace.
Top
See Also