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.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
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