Click or drag to resize

CreateMatrixSameAs Method

Overload List
 NameDescription
Public methodStatic memberSameAsT(MatrixT, MatrixT) Create a new matrix with a type that can represent and is closest to both provided samples and the dimensions of example.
Public methodStatic memberSameAsT(VectorT, Int32, Int32) Create a new matrix with the same kind of the provided example.
Public methodStatic memberSameAsT(MatrixT, MatrixT, Int32, Int32, Boolean) Create a new matrix with a type that can represent and is closest to both provided samples.
Public methodStatic memberSameAsT, TU(MatrixTU) Create a new matrix with the same kind and dimensions of the provided example.
Public methodStatic memberSameAsT, TU(MatrixTU, Int32, Int32, Boolean) Create a new matrix with the same kind of the provided example.
Top
See Also