C# Class QiyiFLV2MP4_GUI.FractionUInt32

Datei anzeigen Open project: fengmoxi/QiyiFLV2MP4 Class Usage Examples

Public Properties

Property Type Description
D uint
N uint

Public Methods

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

Private Methods

Method Description
GCD ( uint a, uint b ) : uint

Method Details

FractionUInt32() public method

public FractionUInt32 ( uint n, uint d ) : System
n uint
d uint
return System

Reduce() public method

public Reduce ( ) : void
return void

ToDouble() public method

public ToDouble ( ) : double
return double

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( bool full ) : string
full bool
return string

Property Details

D public_oe property

public uint D
return uint

N public_oe property

public uint N
return uint