Explicit conversion from 128bit integer to unsigned 32bit integer.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static explicit operator uint (
	Int128 a
)
Visual Basic
Public Shared Narrowing Operator CType ( 
	a As Int128
) As UInteger
Visual C++
static explicit operator unsigned int (
	Int128 a
)
F#
F# does not support the declaration of new casting operators.

Return Value

Type: UInt32
Unsigned 32bit integer

See Also