Table of Contents

Method AsUShort

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AsUShort(short)

Reinterprets the specified value as an unsigned short.

public static ushort AsUShort(this short value)

Parameters

value short

The value to reinterpret.

Returns

ushort

The reinterpreted value.