Click or drag to resize

ReadOnlyDocumentGetFloat Method

[Missing <summary> documentation for "M:Couchbase.Lite.ReadOnlyDocument.GetFloat(System.String)"]

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0382
Syntax
C#
public float GetFloat(
	string key
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Couchbase.Lite.ReadOnlyDocument.GetFloat(System.String)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Couchbase.Lite.ReadOnlyDocument.GetFloat(System.String)"]

Implements

IReadOnlyDictionaryGetFloat(String)
See Also