PbGlobal.Round Method
.NET Standard 2.x
Rounds a number to the specified number of decimal places.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Overloads
Method | Description |
---|---|
Round(decimal? x, int? decimals) | Rounds a number to the specified number of decimal places. |
Round(double? x, int? decimals) | Rounds a number to the specified number of decimal places. |