TNumber.Identity Method

If obj is TDouble having an integer value then builds and returns an identity matrix with dimension equal to the value.

Definition

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

Return Value

TNumber
An identity matrix which dimension is equal to the value of this TNumber.

Exceptions

GeneralException Thrown if the type of obj is not TDouble or if the value of TDouble is not integer.

See Also