Overview of Package io.sarl.lang.core.scoping.extensions.numbers.cast
Object Type List
Name Description
AtomicDoubleCastExtensions Provide static functions related to the casting of numbers of type AtomicDouble.
AtomicIntegerCastExtensions Provide static functions related to the casting of numbers of type AtomicInteger.
AtomicLongCastExtensions Provide static functions related to the casting of numbers of type AtomicLong.
BigDecimalCastExtensions Provide static functions related to the casting of numbers of type BigDecimal.
BigIntegerCastExtensions Provide static functions related to the casting of numbers of type BigInteger.
NumberCastExtensions Provide static functions related to the casting of numbers of type Number.
NumberCastImplicitlyImportedFeatures Provide static functions related to the casting of numbers.
PrimitiveByteCastExtensions Provide static functions related to the casting of numbers of type byte.
PrimitiveDoubleCastExtensions Provide static functions related to the casting of numbers of type double.
PrimitiveFloatCastExtensions Provide static functions related to the casting of numbers of type float.
PrimitiveIntCastExtensions Provide static functions related to the casting of numbers of type int.
PrimitiveLongCastExtensions Provide static functions related to the casting of numbers of type long.
PrimitiveShortCastExtensions Provide static functions related to the casting of numbers of type short.