mat method

MathValue mat(
  1. int index
)

Implementation

MathValue mat( int index ){
	return _mat[(index >= _len) ? _len/*番人*/ : index];
}