Table of Contents

Method AsUInt

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AsUInt(int)

Reinterprets the specified value as an unsigned int.

public static uint AsUInt(this int value)

Parameters

value int

The value to reinterpret.

Returns

uint

The reinterpreted value.