C# Class SoundLibrary.Mathematics.Function.Binary

二項関数。
Inheritance: Function
Afficher le fichier Open project: ufcpp/UfcppSample

Protected Properties

Свойство Type Description
func BinaryFunction
inner0 Function
inner1 Function

Méthodes publiques

Méthode Description
Binary ( BinaryFunction func, Function inner0, Function inner1 ) : System
Bind ( ) : Function
Clone ( ) : Function
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetValue ( ) : ValueType
GetVariableList ( ) : System.Collections.ArrayList
Optimize ( ) : Function
ToString ( ) : string

Méthodes protégées

Méthode Description
FunctionName ( ) : string

Method Details

Binary() public méthode

public Binary ( BinaryFunction func, Function inner0, Function inner1 ) : System
func BinaryFunction
inner0 Function
inner1 Function
Résultat System

Bind() public méthode

public Bind ( ) : Function
Résultat Function

Clone() public méthode

public Clone ( ) : Function
Résultat Function

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FunctionName() protected méthode

protected FunctionName ( ) : string
Résultat string

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetValue() public méthode

public GetValue ( ) : ValueType
Résultat System.ValueType

GetVariableList() public méthode

public GetVariableList ( ) : System.Collections.ArrayList
Résultat System.Collections.ArrayList

Optimize() public méthode

public Optimize ( ) : Function
Résultat Function

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

func protected_oe property

関数本体。
protected BinaryFunction func
Résultat BinaryFunction

inner0 protected_oe property

内部関数。 this.GetValue(x) == func(inner.GetValue(x))
protected Function inner0
Résultat Function

inner1 protected_oe property

protected Function inner1
Résultat Function