MathfDecimalCount Method (Decimal) |
Returns the amount of digits after the decimal place.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static int DecimalCount(
decimal s
)
Parameters
- s
- Type: SystemDecimal
The input Decimal value.
Return Value
Type:
Int32The amount of digits.
See Also