public Matrix<float> ErrorCovariancePre { get; set; }
Public Property ErrorCovariancePre As Matrix(Of Single) Get Set
public: property Matrix<float>^ ErrorCovariancePre { Matrix<float>^ get (); void set (Matrix<float>^ value); }