C# 클래스 SoundLibrary.Mathematics.Function.Elementary.LogE

対数関数 log_e。
상속: Unary
파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 메소드들

메소드 설명
Clone ( ) : System.Function
LogE ( System.Function f ) : System

보호된 메소드들

메소드 설명
Differentiate ( ) : System.Function
FunctionName ( ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : System.Function
리턴 System.Function

Differentiate() 보호된 메소드

protected Differentiate ( ) : System.Function
리턴 System.Function

FunctionName() 보호된 메소드

protected FunctionName ( ) : string
리턴 string

LogE() 공개 메소드

public LogE ( System.Function f ) : System
f System.Function
리턴 System