Table of Contents

Method AsULong

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AsULong(long)

Reinterprets the specified value as an unsigned long.

public static ulong AsULong(this long value)

Parameters

value long

The value to reinterpret.

Returns

ulong

The reinterpreted value.