TNumber.Identity Method
If
obj is
TDouble having an integer value
then builds and returns an identity matrix with dimension equal to the value.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TNumber Identity()
Public Function Identity As TNumber
public:
TNumber^ Identity()
member Identity : unit -> TNumber
Return Value
TNumberAn identity matrix which dimension is equal to the value of this
TNumber.