Short
Library of functions for the short type.
Functions
From
Builds a short from a number or string.
Syntax:
Short.From(value: number or string)
Parameters
value
: The value to convert to short.
Returns
short
: The short representation of the value.
Example:
Short.From("123")
// Result:
// 123
Short.Build(1.5)
// Result:
// 1