Click or drag to resize
sqx

MatrixUnitMatrix Method

[Matrix] UnitMatrix([int] i, [int] j)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public Matrix UnitMatrix(
	SqlInt32 i,
	SqlInt32 j
)

Parameters

i
Type: System.Data.SqlTypesSqlInt32
[int]
j
Type: System.Data.SqlTypesSqlInt32
[int]

Return Value

Type: Matrix
[Matrix]
Remarks
Matrix Unit.
See Also