com.alibaba.fastjson.util
Class RyuFloat
- java.lang.Object
-
- com.alibaba.fastjson.util.RyuFloat
public final class RyuFloat extends Object
An implementation of Ryu for float.
-
Constructor Summary
Constructors Constructor and Description RyuFloat()
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static String
toString(float value)
static int
toString(float value, char[] result, int off)
-
Method Detail
toString
public static String toString(float value)
toString
public static int toString(float value, char[] result, int off)
Copyright © 2012–2021 Alibaba Group. All rights reserved.