Class IntegralFloatType


  • public class IntegralFloatType
    extends TemplateType<T>
    Integral float type.
    Author:
    Andrea Leofreddi
    • Constructor Detail

      • IntegralFloatType

        public IntegralFloatType​(Integer degree)
    • Method Detail

      • getUpscaler

        public net.vleo.timel.impl.upscaler.Upscaler<?> getUpscaler()
        Description copied from class: Type
        Retrieve an Upscaler for this type.
        Overrides:
        getUpscaler in class Type<Float>
        Returns:
        The type upscaler
      • getDownscaler

        public net.vleo.timel.impl.downscaler.Downscaler<?> getDownscaler()
        Description copied from class: Type
        Retrieve the Downscaler for this type.
        Overrides:
        getDownscaler in class Type<Float>
        Returns:
        The type downscaler
      • getName

        public String getName()
        Description copied from class: Type
        Returns the type name as shown to the user.
        Overrides:
        getName in class Type<Float>
        Returns:
        Type name
      • getDegree

        public int getDegree()