PredefinedFunctions.Decround(Decimal, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Decimal Decround(System::Decimal figure, int decimals);
public static decimal Decround (decimal figure, int decimals);
static member Decround : decimal * int -> decimal
Public Shared Function Decround (figure As Decimal, decimals As Integer) As Decimal
Parameters
- figure
- Decimal
- decimals
- Int32