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