All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opalj.UShort.scala Maven / Gradle / Ivy

The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj

/**
 * Properties of unsigned short values.
 *
 * @author Michael Eichberg
 */
object UShort {

    /**
     * The maximum value of an unsigned short value (65535).
     */
    final val MaxValue /*:UShort*/ = 65535 // 0xFFFF

    /**
     * The minimum value of an unsigned short value (0).
     */
    final val MinValue /*: UShort*/ = 0
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy