BigDecimal.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}.

class BigDecimal
override
byte
byteValue
()

Meta