Property Value
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
Value
Gets a value indicating whether this instance represents true.
public bool Value { get; }Property Value
Remarks
Any non-zero byte is treated as true, matching how C
evaluates a bool in a condition.