![]() |
MatrixCreate Method |
Name | Description | |
---|---|---|
![]() ![]() | CreateT(T) |
Creates a matrix with the given values.
|
![]() ![]() | CreateT(T) |
Creates a matrix with the given rows.
|
![]() ![]() | Create(Type, Int32) |
Creates a jagged matrix with all values set to a given value.
|
![]() ![]() | CreateT(Int32, Int32, T) |
Creates a matrix with all values set to a given value.
|
![]() ![]() | CreateT(Int32, Int32, T) |
Creates a matrix with all values set to a given value.
|
![]() ![]() | CreateT(Int32, Int32, T, Boolean) |
Creates a matrix with all values set to a given value.
|