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

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

Public Methods

Method Description
Clone ( ) : System.Function
Pow ( 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

Pow() public method

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