CommonGetAbsLog10 Method
|
|
Returns log10 of absolute value, can be used to calculate the number of significant digits
Namespace:
MediaCy.Controls.Common.Vb
Assembly:
MediaCy.Controls.Common.Vb (in MediaCy.Controls.Common.Vb.dll) Version: 3.1.0.0
SyntaxPublic Shared Function GetAbsLog10 (
value As Double
) As Integer
Parameters
- value
- Type: SystemDouble
Return Value
Type:
Int32
Remarks
See Also