C# Class SoundLibrary.Mathematics.Function.Elementary.Log

対数関数(任意の底)。
Inheritance: Binary
显示文件 Open project: ufcpp/UfcppSample

Public Methods

Method Description
Clone ( ) : System.Function
Log ( System.Function f1, System.Function f2 ) : System

Protected Methods

Method Description
FunctionName ( ) : string

Method Details

Clone() public method

public Clone ( ) : System.Function
return System.Function

FunctionName() protected method

protected FunctionName ( ) : string
return string

Log() public method

public Log ( System.Function f1, System.Function f2 ) : System
f1 System.Function
f2 System.Function
return System