QiyiFLV2MP4_GUI.FractionUInt32.FractionUInt32 C# (CSharp) Method

FractionUInt32() public method

public FractionUInt32 ( uint n, uint d ) : System
n uint
d uint
return System
        public FractionUInt32(uint n, uint d)
        {
            N = n;
            D = d;
        }