Discuss this help topic in SecureBlackbox Forum

TElJsonObject.SetDoubleValue

TElJsonObject     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This topic is under development…

Declaration

[C#]
    void SetDoubleValue(string Name, double Value);

[VB.NET]
    Sub SetDoubleValue(ByVal Name As String, ByVal Value As Double)

[Pascal]
    procedure SetDoubleValue(const Name : string; Value : double);

[C++]
    void SetDoubleValue(const std::string &Name, double Value);

[PHP]
    void SetDoubleValue(string $Name, double $Value)

[Java]
    void setDoubleValue(String Name, double Value);

Parameters

  • Name -
  • Value -

Description

    Sets new Value for a 'Name' double property; if no entity found, a new one is created.

See also:         

Discuss this help topic in SecureBlackbox Forum