Method | Description | |
---|---|---|
Clone ( ) : object | ||
NumberProperty ( string name, |
||
NumberProperty ( string name, float value ) : System |
Creates a new NumberProperty instance from a given name and value.
|
|
Parse ( string value ) : void | ||
ToString ( ) : string |
Returns the property's value as a String.
|
public NumberProperty ( string name, |
||
name | string | |
property | ||
return | System |
public NumberProperty ( string name, float value ) : System | ||
name | string | The name of the property. |
value | float | The value of the property. |
return | System |