C# Class CSharpRTMP.Common.BigIntegerShell

Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Свойство Type Description
Length int
Offset int

Méthodes publiques

Méthode Description
BigIntegerShell ( BigInteger bi, int offset, int length ) : System
operator ( ) : BigInteger
this ( int pos ) : uint

Method Details

BigIntegerShell() public méthode

public BigIntegerShell ( BigInteger bi, int offset, int length ) : System
bi BigInteger
offset int
length int
Résultat System

operator() public static méthode

public static operator ( ) : BigInteger
Résultat BigInteger

this() public méthode

public this ( int pos ) : uint
pos int
Résultat uint

Property Details

Length public_oe property

public int Length
Résultat int

Offset public_oe property

public int Offset
Résultat int