CommonGetNumberOfDecimalPlaces Method
|
|
Calculate number of decimal places using the number of significant digits based on the given value.
Namespace:
MediaCy.Controls.Common.Vb
Assembly:
MediaCy.Controls.Common.Vb (in MediaCy.Controls.Common.Vb.dll) Version: 3.1.0.0
SyntaxPublic Shared Function GetNumberOfDecimalPlaces (
value As Double,
NumberOfSignificantDigits As Integer
) As Integer
Parameters
- value
- Type: SystemDouble
- NumberOfSignificantDigits
- Type: SystemInt32
Return Value
Type:
Int32
Remarks
See Also