LiquidTechnologies.XmlObjects Namespace / BigDecimal Structure / SetDecimalPlaces Method

In This Topic
    SetDecimalPlaces Method
    In This Topic
    Gets the value removing any values after the specified number of decimal palces
    Syntax
    'Declaration
     
    
    Public Function SetDecimalPlaces( _
       ByVal decimalPlaceToKeep As System.Integer _
    ) As BigDecimal
    public BigDecimal SetDecimalPlaces( 
       System.int decimalPlaceToKeep
    )

    Parameters

    decimalPlaceToKeep
    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