Class FloatScalar
- java.lang.Object
-
- ch.brix.gql.client.Scalar
-
- ch.brix.gql.client.frontify.scalars.FloatScalar
-
public class FloatScalar extends ch.brix.gql.client.ScalarThe `Float` scalar type represents signed double-precision fractional
values as specified by
[IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point).
-
-
Method Summary
Modifier and Type Method Description static FloatScalarof(Object value)
-
-
-
Method Detail
-
of
public static FloatScalar of(Object value)
- Parameters:
value- requires correct implementation of .toString() otherwise pass a String
-
-