 | SQXZeroMatrix Method |
Function [Matrix] ZeroMatrix([int] m, [int] n)
Namespace:
sqx
Assembly:
SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntaxpublic static Matrix ZeroMatrix(
SqlInt32 m,
SqlInt32 n
)
Parameters
- m
- Type: System.Data.SqlTypesSqlInt32
[int] - n
- Type: System.Data.SqlTypesSqlInt32
[int]
Return Value
Type:
Matrix[Matrix]
Examplesdeclare @A sqx.Matrix = sqx.ZeroMatrix(3, 3)
print @A.ToString()
See Also