Treehopper C# API
UInt24 Struct Reference

Public Member Functions

 UInt24 (uint value)
 
override string ToString ()
 

Public Attributes

uint Value => (uint) (_b0 | (_b1 << 8) | (_b2 << 16))
 

Constructor & Destructor Documentation

◆ UInt24()

UInt24 ( uint  value)

Member Function Documentation

◆ ToString()

override string ToString ( )

Member Data Documentation

◆ Value

uint Value => (uint) (_b0 | (_b1 << 8) | (_b2 << 16))

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