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.284-beta+805ed69bbaa748bda5f49830845a2ffff2791ae0
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