C# 클래스 SoundLibrary.Mathematics.Continuous.Function

連続関数を表すクラス。
파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 메소드들

메소드 설명
this ( double t ) : Type

関数値 f(t) を計算。

메소드 상세

this() 공개 추상적인 메소드

関数値 f(t) を計算。
public abstract this ( double t ) : Type
t double
리턴 System.Type