예제 #1
0
 /**
  * Converts a floating-point value into a string.
  *
  * @param  float $value The value to be converted.
  *
  * @return CUStringObject The textual representation of the floating-point value.
  */
 public static function fromFloat($value)
 {
     return CUString::fromFloat($value);
 }