MathValue constructor

MathValue()

Implementation

MathValue(){
	_type = ClipMath.valueType(); // 型(ローカル)
	_c = MathComplex(); // 複素数型
	_f = MathFract(); // 分数型
	_t = MathTime(); // 時間型
}