Click or drag to resize

imbStringFormatsCountDecimalDigits Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Counts the digits.

Namespace:  imbSCI.Core.extensions.text
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static int CountDecimalDigits(
	double num
)
Request Example View Source

Parameters

num
Type: SystemDouble
The number.

Return Value

Type: Int32
See Also