Click or drag to resize
FloatMatrix Operators

The FloatMatrix type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberDivision
Divides the specified FloatMatrix by the specified scalar value.
Public operatorStatic memberMultiply(FloatMatrix, FloatMatrix)
Multiplies two matrices by one another. The column count in the second matrix must match the row count in the first matrix.
Public operatorStatic memberMultiply(FloatMatrix, Single)
Multiplies the specified FloatMatrix by the specified scalar value.
Top
See Also