Table of Contents

Operator implicit operator

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

implicit operator NativeBool(bool)

Converts a managed boolean to its one-byte native form.

public static implicit operator NativeBool(bool value)

Parameters

value bool

The value to convert.

Returns

NativeBool

implicit operator bool(NativeBool)

Converts a one-byte native boolean to its managed form.

public static implicit operator bool(NativeBool value)

Parameters

value NativeBool

The value to convert.

Returns

bool