C# Class SoundLibrary.Mathematics.Function.Function.Parameter

Afficher le fichier Open project: ufcpp/UfcppSample Class Usage Examples

Méthodes publiques

Свойство Type Description
val System.ValueType
x Variable

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parameter ( Variable x, ValueType val ) : System

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Parameter() public méthode

public Parameter ( Variable x, ValueType val ) : System
x Variable
val System.ValueType
Résultat System

Property Details

val public_oe property

public ValueType,System val
Résultat System.ValueType

x public_oe property

public Variable,SoundLibrary.Mathematics.Function x
Résultat Variable