UncNumberLog10 Method
Returns the base 10 logarithm of a specified number.
Namespace: Metas.UncLib.DistPropAssembly: Metas.UncLib.DistProp (in Metas.UncLib.DistProp.dll) Version: 2.8.9053.20202
Public Function Log10 As UncNumber
public:
virtual UncNumber Log10() sealed
abstract Log10 : unit -> UncNumber
override Log10 : unit -> UncNumber
UncNumberIMathTLog10