Int24(Int32) Constructor
Creates 24-bit signed integer from a 32-bit signed integer.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.147 -- Release Build+946d891c0eaab9da95c11245fae89efc1e8b31b9
public Int24(
int value
)
Public Sub New (
value As Integer
)
public:
Int24(
int value
)
Gemstone.Numeric.Int24 = function(value);
Parameters
- value Int32
- 32-bit signed integer to use as new 24-bit signed integer value.
OverflowException | Source values outside 24-bit min/max range will cause an overflow exception. |