Function toByte( value )
- Description:
-
Attempts to convert the numeric argument to a
byte (8-bit signed integer) result.
If it is out of range, a blank value will result.
- Parameters:
-
- value (floating point)
- numeric value for conversion
- Return Value (byte):
value
converted to type byte
- Signature:
- byte toByte(double)