ArchivableDictionary.GetFloat Method (String, Single)

ArchivableDictionaryGetFloat Method (String, Single)

Get value as float, will return defaultValue unless value was created using Set(string key, float value)

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public float GetFloat(
	string key,
	float defaultValue
)
Public Function GetFloat ( 
	key As String,
	defaultValue As Single
) As Single

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.Collections.ArchivableDictionary.GetFloat(System.String,System.Single)"]

defaultValue
Type: SystemSingle

[Missing <param name="defaultValue"/> documentation for "M:Rhino.Collections.ArchivableDictionary.GetFloat(System.String,System.Single)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Rhino.Collections.ArchivableDictionary.GetFloat(System.String,System.Single)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also