| ParametersSetDouble Method  | 
 
            Sets a 
Double value in the parameters
            
 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
Syntaxpublic Parameters SetDouble(
	string name,
	double value
)
Parameters
- name
- Type: SystemString
 The name of the key to set
- value
- Type: SystemDouble
 The value to set
Return Value
Type: 
ParametersThe parameters object for further processing
 See Also
See Also