API:System.Character.TCharacter.GetNumericValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function GetNumericValue(C: Char): Double; overload; inline; static;
class function GetNumericValue(C: UCS4Char): Double; overload; inline; static;
class function GetNumericValue(const S: string; Index: Integer): Double; overload; inline; static;

C++

static double __fastcall GetNumericValue(System::WideChar C)/* overload */;
static double __fastcall GetNumericValue(System::UCS4Char C)/* overload */;
static double __fastcall GetNumericValue(const System::UnicodeString S, int Index)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Character.pas
System.Character.hpp
System.Character TCharacter

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !