Click or drag to resize

Int24(Int32) Constructor

Creates 24-bit signed integer from a 32-bit signed integer.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
Syntax
public Int24(
	int value
)
View Source

Parameters

value  Int32
32-bit signed integer to use as new 24-bit signed integer value.
Exceptions
ExceptionCondition
OverflowExceptionSource values outside 24-bit min/max range will cause an overflow exception.
See Also