Interface Numeric


  • public interface Numeric
    A value that can be made into an int.
    • Method Detail

      • asInteger

        int asInteger()
        Make an integer representation of the instance value.
        Returns:
        The numeric value.