LiquidTechnologies.XmlObjects Namespace / BigDecimal Structure / BigDecimal Constructor / BigDecimal Constructor(BigInteger,Int32)
The System.Numerics.BigInteger value to be used to initialize the BigDecimal
The power to which the mantissa is to be raised.

In This Topic
    BigDecimal Constructor(BigInteger,Int32)
    In This Topic
    Constructor, creates a new BigDecimal from a mantissa and an exponent.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal mantissa As System.Numerics.BigInteger, _
       ByVal exponent As System.Integer _
    )
    public BigDecimal( 
       System.Numerics.BigInteger mantissa,
       System.int exponent
    )

    Parameters

    mantissa
    The System.Numerics.BigInteger value to be used to initialize the BigDecimal
    exponent
    The power to which the mantissa is to be raised.
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also