IContextAccessor.AddDoubleValue(String, Double) Method

Definition

Adds an element by using the specified key and value.

public:
 void AddDoubleValue(System::String ^ key, double value);
public void AddDoubleValue (string key, double value);
abstract member AddDoubleValue : string * double -> unit
Public Sub AddDoubleValue (key As String, value As Double)

Parameters

key
String

A string that represents the key of the element to add.

value
Double

A double value to add.

Applies to