|
MgDoubleProperty::MgDoubleProperty |
( |
CREFSTRING |
name, |
|
|
double |
value | |
|
) |
| | |
Constructs an MgDoubleProperty object.
.NET Syntax
MgDoubleProperty(string name, double value);
|
Java Syntax
MgDoubleProperty(String name, double value);
|
PHP Syntax
MgDoubleProperty(string name, double value);
|
- Parameters:
-
| name | (String/string) The name of the property. |
| value | (double) The value of the property. |
|