Table of Contents

Method AsLong

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AsLong(ulong)

Reinterprets the specified value as a long.

public static long AsLong(this ulong value)

Parameters

value ulong

The value to reinterpret.

Returns

long

The reinterpreted value.