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

In This Topic
    SuppressFloatingZeroes Property
    In This Topic
    Suppress the last zeroes of a floating result.
    Syntax
    public bool SuppressFloatingZeroes {get; set;}
    public:
    property bool SuppressFloatingZeroes {
       bool get();
       void set (    bool value);
    }
    See Also