VB.NET Language in a Nutshell

   
Log10 Function

Class

System.Math

Syntax

Math.Log10( d )

d (required; Double)

A numeric expression greater than zero

Return Value

Double

Description

Returns the common (base-10) logarithm of a given number

Rules at a Glance

VB.NET/VB 6 Differences

The Log10 function is new to the .NET platform.

See Also

Exp Function, Log Function

   

Категории