Table of Contents

Method AsShort

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AsShort(ushort)

Reinterprets the specified value as a signed short.

public static short AsShort(this ushort value)

Parameters

value ushort

The value to reinterpret.

Returns

short

The reinterpreted value.