C# Класс Extensions.Math

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Log() публичный статический Метод

Returns the base 10 logarithm of a specified number.
public static Log ( double x ) : double
x double a Number
Результат double

Log() публичный статический Метод

public static Log ( double x, double newBase ) : double
x double
newBase double
Результат double

Log() публичный статический Метод

Performs Log calculations with float variables
public static Log ( float x ) : float
x float Number
Результат float