getLen method

int getLen(
  1. MPData a
)

Implementation

int getLen( MPData a ){
	return _abs( a.val(0) ~/ lenCoef );
}