Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
CSharpUtils
Compression
Huffman.Node
C# Class CSharpUtils.Compression.Huffman.Node
ファイルを表示
Open project: soywiz/csharputils
Public Properties
Property
Type
Description
EncodeBitsCount
int
EncodeBitsValue
int
HasChilds
bool
Index
int
LeftChild
Node
Parent
Node
RightChild
Node
Unused
bool
UsageCount
uint
Public Methods
Method
Description
ToString
( ) :
string
Method Details
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
EncodeBitsCount
public_oe property
public
int
EncodeBitsCount
return
int
EncodeBitsValue
public_oe property
public
int
EncodeBitsValue
return
int
HasChilds
public_oe property
public
bool
HasChilds
return
bool
Index
public_oe property
public
int
Index
return
int
LeftChild
public_oe property
public
Node
LeftChild
return
Node
Parent
public_oe property
public
Node
Parent
return
Node
RightChild
public_oe property
public
Node
RightChild
return
Node
Unused
public_oe property
public
bool
Unused
return
bool
UsageCount
public_oe property
public
uint
UsageCount
return
uint