Click or drag to resize
FloatMatrixMultiply Operator
Overload List
  NameDescription
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