Gets or sets the number of digits to the right of the decimal point when displaying the length of this
AnnCrossProductObject object.
public virtual int Precision {get; set;}
'Declaration
Public Overridable Property Precision As Integer
'Usage
Dim instance As AnnCrossProductObject
Dim value As Integer
instance.Precision = value
value = instance.Precision
public:
virtual property int Precision {
int get();
void set ( int value);
}
Property Value
The number of digits to the right of the decimal point.