Click or drag to resize

FragmentToFloat Method

Gets the contained value as a Single

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public float ToFloat()

Return Value

Type: Single
The cast contained value
Remarks
true will be converted to 1.0f, and everything else that is non-numeric will be 0.0f
See Also