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

指数関数(任意の底)。
상속: Binary
파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 메소드들

메소드 설명
Clone ( ) : System.Function
Pow ( System.Function f1, System.Function f2 ) : System

보호된 메소드들

메소드 설명
FunctionName ( ) : string

메소드 상세

Clone() 공개 메소드

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

FunctionName() 보호된 메소드

protected FunctionName ( ) : string
리턴 string

Pow() 공개 메소드

public Pow ( System.Function f1, System.Function f2 ) : System
f1 System.Function
f2 System.Function
리턴 System