TLSharp.Core.MTProto.Crypto.FactorizedPair.FactorizedPair C# (CSharp) Method

FactorizedPair() public method

public FactorizedPair ( TLSharp.Core.MTProto.Crypto.BigInteger p, TLSharp.Core.MTProto.Crypto.BigInteger q ) : System
p TLSharp.Core.MTProto.Crypto.BigInteger
q TLSharp.Core.MTProto.Crypto.BigInteger
return System
        public FactorizedPair(BigInteger p, BigInteger q)
        {
            this.p = p;
            this.q = q;
        }

Same methods

FactorizedPair::FactorizedPair ( long p, long q ) : System