public static Matrix<TDepth> operator -( Matrix<TDepth> mat1, Matrix<TDepth> mat2 )
Public Shared Operator - ( _ mat1 As Matrix(Of TDepth), _ mat2 As Matrix(Of TDepth) _ ) As Matrix(Of TDepth)
public: static Matrix<TDepth>^ operator -( Matrix<TDepth>^ mat1, Matrix<TDepth>^ mat2 )