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.275-beta+0199f33448f02143c26eb94d77293bb9443152f1
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