Number.byteValue

Returns the value of the specified number as a {@code byte}.

<p>This implementation returns the result of {@link #intValue} cast to a {@code byte}.

@return the numeric value represented by this object after conversion to type {@code byte}.

interface Number
byte
byteValue
()

Meta