12#ifndef ARCANE_UTILS_CONVERT_H
13#define ARCANE_UTILS_CONVERT_H
42#ifdef ARCANE_REAL_USE_APFLOAT
120#ifdef ARCANE_REAL_USE_APFLOAT
121 return (Real)((
long)
r);
130#ifdef ARCANE_REAL_USE_APFLOAT
131 return (Real)((
unsigned long)
r);
143extern ARCANE_UTILS_EXPORT
String
152extern ARCANE_UTILS_EXPORT
String
161extern ARCANE_UTILS_EXPORT
String
171extern ARCANE_UTILS_EXPORT
void
Déclarations des types utilisés dans Arcane.
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Vue constante d'un tableau de type T.
Chaîne de caractères unicode.
Int64 toInt64(Real r)
Converti un Real en Int64.
Integer toInteger(Real r)
Converti un Real en Integer.
bool toBool(Real r)
Converti un Real en Integer.
Real toReal(Real r)
Converti r en un Real.
String toHexaString(ByteConstArrayView input)
Converti un tableau d'octet en sa représentation hexadécimale.
double toDouble(Real r)
Converti un Real en double.
Int32 toInt32(Real r)
Converti un Real en Int32.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-