Matrix Division Operator Bespoke Osc Library
Divides the components of a matrix by a scalar.

Namespace: Bespoke.Common.LinearAlgebra
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Operator / ( _
	divisor As Double, _
	M As Matrix _
) As Matrix

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.LinearAlgebra.Matrix.op_Division(System.Double,Bespoke.Common.LinearAlgebra.Matrix)"]

See Also