Share via


PredefinedFunctions.Round(Decimal, Decimal) Method

Definition

public:
 static System::Decimal Round(System::Decimal dbl0, System::Decimal dbl1);
public static decimal Round (decimal dbl0, decimal dbl1);
static member Round : decimal * decimal -> decimal
Public Shared Function Round (dbl0 As Decimal, dbl1 As Decimal) As Decimal

Parameters

dbl0
Decimal
dbl1
Decimal

Returns

Applies to