Uses of Class
one.microstream.bytes.ByteMultiple
-
Packages that use ByteMultiple Package Description one.microstream.bytes -
-
Uses of ByteMultiple in one.microstream.bytes
Methods in one.microstream.bytes that return ByteMultiple Modifier and Type Method Description static ByteMultiple
ByteMultiple. ofName(String name)
static ByteMultiple
ByteMultiple. valueOf(String name)
Returns the enum constant of this type with the specified name.static ByteMultiple[]
ByteMultiple. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in one.microstream.bytes with parameters of type ByteMultiple Modifier and Type Method Description static ByteMultiple.Conversion
ByteMultiple. convert(double sourceValue, ByteMultiple sourceUnit)
Starts a conversion, continue withByteMultiple.Conversion.to(ByteMultiple)
, e.g.:double
ByteMultiple.Conversion. to(ByteMultiple targetUnit)
-