C# Class SoundLibrary.Mathematics.Continuous.Function

連続関数を表すクラス。
Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Méthode Description
this ( double t ) : Type

関数値 f(t) を計算。

Method Details

this() public abstract méthode

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