AbstractHttpParams.SetDoubleParameter(String, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Assigns a Double to the parameter with the given name
[Android.Runtime.Register("setDoubleParameter", "(Ljava/lang/String;D)Lorg/apache/http/params/HttpParams;", "GetSetDoubleParameter_Ljava_lang_String_DHandler")]
public virtual Org.Apache.Http.Params.IHttpParams? SetDoubleParameter (string? name, double value);
[<Android.Runtime.Register("setDoubleParameter", "(Ljava/lang/String;D)Lorg/apache/http/params/HttpParams;", "GetSetDoubleParameter_Ljava_lang_String_DHandler")>]
abstract member SetDoubleParameter : string * double -> Org.Apache.Http.Params.IHttpParams
override this.SetDoubleParameter : string * double -> Org.Apache.Http.Params.IHttpParams
Parameters
- name
- String
parameter name
- value
- Double
parameter value
Returns
Implements
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.