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