FloatName Structure#
Syntax#
C#
 
VB
 
The FloatName type exposes the following members.
Constructors#
| Name | Description | |
|---|---|---|
![]()  | FloatName | Creates a float parameter name. | 
Properties#
| Name | Description | |
|---|---|---|
![]()  | Name | The float parameter name as string. | 
Methods#
| Name | Description | |
|---|---|---|
![]()  | ToString | The float parameter name as string. (Overrides ValueType.ToString().) | 
Operators#
| Name | Description | |
|---|---|---|
![]() ![]()  | Explicit(String to FloatName) | Creates a float parameter name from a string. | 
FloatName Explicit Conversion (String to FloatName)#
Creates a float parameter name from a string.
Syntax#
C#
 
VB
 
Parameters#
- name
 - Type: System.String
The name of the parameter as string. The name can include path information. 
Return Value#
Type: FloatName
Returns the float parameter name.
FloatName.ToString Method#
The float parameter name as string.
Syntax#
C#
 
VB
 
Return Value#
Type: String
Returns the float parameter name as string. The name can include path information.
FloatName Constructor#
Creates a float parameter name.
Syntax#
C#
 
VB
 
Parameters#
- name
 - Type: System.String
The name of the parameter as string. The name can include path information. 
FloatName.Name Property#
The float parameter name as string.
Syntax#
C#
 
VB
 
Property Value#
Type: String
FloatName Type Conversions#
The FloatName type exposes the following members.
Operators#
| Name | Description | |
|---|---|---|
![]() ![]()  | Explicit(String to FloatName) | Creates a float parameter name from a string. | 



