SuppressFloatingZeroes Property (ParserParameter)
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