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.181-beta
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