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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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