AUParameter.GetValue(String) Method

Definition

Returns the numeric value for the parameter in str.

[Foundation.Export("valueFromString:")]
public virtual float GetValue (string str);
abstract member GetValue : string -> single
override this.GetValue : string -> single

Parameters

str
String

The string representation for which to get a parameter value.

Returns

The numeric value for the parameter string.

Attributes

Applies to