Class IntegralDoubleType


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

      • IntegralDoubleType

        public IntegralDoubleType​(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
        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
        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
        Returns:
        Type name
      • getDegree

        public int getDegree()