C# 클래스 Extensions.Math

파일 보기 프로젝트 열기: h07r0d/Netduino-Aquarium-Controller

공개 메소드들

메소드 설명
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