getValue method

MathValue getValue(
  1. String chr
)

Implementation

MathValue getValue( String chr ){
	_setEnv();
	return _param.val( ClipMath.char( chr ) );
}