Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
CSharpUtils
Compression
Huffman.Node
C# Class CSharpUtils.Compression.Huffman.Node
Afficher le fichier
Open project: soywiz/csharputils
Méthodes publiques
Свойство
Type
Description
EncodeBitsCount
int
EncodeBitsValue
int
HasChilds
bool
Index
int
LeftChild
Node
Parent
Node
RightChild
Node
Unused
bool
UsageCount
uint
Méthodes publiques
Méthode
Description
ToString
( ) :
string
Method Details
ToString()
public
méthode
public
ToString
( ) :
string
Résultat
string
Property Details
EncodeBitsCount
public_oe property
public
int
EncodeBitsCount
Résultat
int
EncodeBitsValue
public_oe property
public
int
EncodeBitsValue
Résultat
int
HasChilds
public_oe property
public
bool
HasChilds
Résultat
bool
Index
public_oe property
public
int
Index
Résultat
int
LeftChild
public_oe property
public
Node
LeftChild
Résultat
Node
Parent
public_oe property
public
Node
Parent
Résultat
Node
RightChild
public_oe property
public
Node
RightChild
Résultat
Node
Unused
public_oe property
public
bool
Unused
Résultat
bool
UsageCount
public_oe property
public
uint
UsageCount
Résultat
uint