C# Class Extensions.Math

Afficher le fichier Open project: h07r0d/Netduino-Aquarium-Controller

Méthodes publiques

Méthode Description
Log ( double x ) : double

Returns the base 10 logarithm of a specified number.

Log ( double x, double newBase ) : double
Log ( float x ) : float

Performs Log calculations with float variables

Method Details

Log() public static méthode

Returns the base 10 logarithm of a specified number.
public static Log ( double x ) : double
x double a Number
Résultat double

Log() public static méthode

public static Log ( double x, double newBase ) : double
x double
newBase double
Résultat double

Log() public static méthode

Performs Log calculations with float variables
public static Log ( float x ) : float
x float Number
Résultat float