TMatrix   Conversion (TNumber to TMatrix)

Defines an implicit conversion of a TNumber value to a TMatrix.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static implicit operator TMatrix (
	TNumber value
)

Parameters

value  TNumber
The value to convert to a TMatrix.

Return Value

TMatrix

See Also