Web API Reference MapGuide Open Source
void MgDataPropertyDefinition::SetPrecision ( INT32  precision  ) 

Sets the precision (total number of digits) of a decimal data property. This value does not apply to any other data type.

.NET Syntax
void SetPrecision(int precision);
Java Syntax
void SetPrecision(int precision);
PHP Syntax
void SetPrecision(int precision);

Parameters:
precision (int) Precision of this decimal property.


Comments or suggestions? Send us feedback.