C# Class SoundLibrary.Mathematics.Continuous.Function

連続関数を表すクラス。
显示文件 Open project: ufcpp/UfcppSample

Public Methods

Method Description
this ( double t ) : Type

関数値 f(t) を計算。

Method Details

this() public abstract method

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