Treehopper C# API
Int24 Struct Reference

Public Member Functions

 Int24 (int value)
 
override string ToString ()
 

Public Attributes

int Value => _b0 | (_b1 << 8) | (_b2 << 16) | ((_b2 & 0x80) > 0 ? 0xFF : 0x00)
 

Constructor & Destructor Documentation

◆ Int24()

Int24 ( int  value)

Member Function Documentation

◆ ToString()

override string ToString ( )

Member Data Documentation

◆ Value

int Value => _b0 | (_b1 << 8) | (_b2 << 16) | ((_b2 & 0x80) > 0 ? 0xFF : 0x00)

The documentation for this struct was generated from the following file: