Table of Contents

Method AsSByte

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AsSByte(byte)

Reinterprets the specified value as a signed byte.

public static sbyte AsSByte(this byte value)

Parameters

value byte

The value to reinterpret.

Returns

sbyte

The reinterpreted value.