Function toShort( value )
- Description:
-
Attempts to convert the numeric argument to a
short (16-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 (short integer):
value
converted to type short
- Signature:
- short toShort(double)