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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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