Home
last modified time | relevance | path

Searched defs:DoubleTraits (Results 1 – 1 of 1) sorted by relevance

/trunk/main/basegfx/inc/basegfx/range/
H A Dbasicrange.hxx273 struct DoubleTraits struct
275 static double minVal() { return DBL_MIN; }; in minVal()
276 static double maxVal() { return DBL_MAX; }; in maxVal()
277 static double neutral() { return 0.0; }; in neutral()
279 typedef double DifferenceType;

Completed in 16 milliseconds