public static class DefaultCasts.IntegerToDouble extends TypeCast<GInteger,GFloat>
Constructor and Description |
---|
IntegerToDouble() |
Modifier and Type | Method and Description |
---|---|
GFloat |
cast(GInteger value)
Casts the given value to the output type.
|