TNumber.Matrix Method

Builds a zero matrix with N rows and M columns where N == this and M == value.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
public TNumber Matrix(
	TNumber value
)

Parameters

value  TNumber
 

Return Value

TNumber
A zero matrix.

Exceptions

GeneralExceptionThrown unless both this and value are integers.

See Also