Web API Reference MapGuide Open Source
INT32 MgDataPropertyDefinition::GetPrecision (  ) 

Gets the precision (total number of digits) of a decimal data property.

Remarks:
This value does not apply to any other data type. The decimal data type is not supported.
.NET Syntax
int GetPrecision();
Java Syntax
int GetPrecision();
PHP Syntax
int GetPrecision();

Returns:
Returns the precision.


Comments or suggestions? Send us feedback.