Click or drag to resize

UInt24(UInt32) Constructor

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

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public UInt24(
	uint value
)
View Source

Parameters

value  UInt32
32-bit unsigned integer to use as new 24-bit unsigned integer value.
Exceptions
ExceptionCondition
OverflowExceptionSource values over 24-bit max range will cause an overflow exception.
See Also