floatToTime static method

MathTime floatToTime(
  1. double x
)

Implementation

static MathTime floatToTime( double x ){
	return MathTime().ass( x );
}