API Help
Eplan.EplApi.Base Namespace / ParserParameter Class / Precision Property

In This Topic
    Precision Property
    In This Topic
    Set the precision of the result (Values used for calculation: 0 up to 8)
    Syntax
    public int Precision {get; set;}
    public:
    property int Precision {
       int get();
       void set (    int value);
    }
    See Also