Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[C#/Java]
double RealValue;
[VB.NET]
Property RealValue As Double
[Pascal]
property RealValue : Extended;
[C++]
double get_RealValue();
void set_RealValue(double Value);
[PHP]
double get_RealValue()
void set_RealValue(double $Value)
Description
…
Discuss this help topic in SecureBlackbox Forum