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.251-beta+c370f3da3791592278238855631f53a5ff418c68
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