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

显示文件 Open project: ufcpp/UfcppSample Class Usage Examples

Public Properties

Property Type Description
val System.ValueType
x Variable

Public Methods

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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parameter() public method

public Parameter ( Variable x, ValueType val ) : System
x Variable
val System.ValueType
return System

Property Details

val public_oe property

public ValueType,System val
return System.ValueType

x public_oe property

public Variable,SoundLibrary.Mathematics.Function x
return Variable