C# Class QiyiFLV2MP4.FractionUInt32

Afficher le fichier Open project: fengmoxi/QiyiFLV2MP4 Class Usage Examples

Méthodes publiques

Свойство Type Description
D uint
N uint

Méthodes publiques

Méthode Description
FractionUInt32 ( uint n, uint d ) : System
Reduce ( ) : void
ToDouble ( ) : double
ToString ( ) : string
ToString ( bool full ) : string

Private Methods

Méthode Description
GCD ( uint a, uint b ) : uint

Method Details

FractionUInt32() public méthode

public FractionUInt32 ( uint n, uint d ) : System
n uint
d uint
Résultat System

Reduce() public méthode

public Reduce ( ) : void
Résultat void

ToDouble() public méthode

public ToDouble ( ) : double
Résultat double

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( bool full ) : string
full bool
Résultat string

Property Details

D public_oe property

public uint D
Résultat uint

N public_oe property

public uint N
Résultat uint