\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.14 - Algebraic Foundations
FromDoubleConstructible Concept Reference

Definition

A model of the concept FromDoubleConstructible is required to be constructible from the type double.

In case the type is a model of RealEmbeddable too, for any double d the identity: d == CGAL::to_double(T(d)), is guaranteed.

Creation

 FromDoubleConstructible (const double &d)
 conversion constructor from double.