ArchivableDictionary.GetDouble Method (String, Double)

ArchivableDictionaryGetDouble Method (String, Double)

Get value as double, will only succeed if value was created using Set(string key, double value)

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public double GetDouble(
	string key,
	double defaultValue
)
Public Function GetDouble ( 
	key As String,
	defaultValue As Double
) As Double

Parameters

key
Type: SystemString

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

defaultValue
Type: SystemDouble

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

Return Value

Type: Double

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also