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