public Matrix<double> Means { get; set; }
Public Property Means As Matrix(Of Double)
public: property Matrix<double>^ Means { Matrix<double>^ get (); void set (Matrix<double>^ value); }