C# Class Data.DBReal

Inheritance: Value
Afficher le fichier Open project: hogeschool/INFDEV03-5 Class Usage Examples

Méthodes publiques

Méthode Description
DBReal ( double d ) : System
IsEmpty ( ) : bool
ToString ( ) : string
operator ( ) : DBReal

Method Details

DBReal() public méthode

public DBReal ( double d ) : System
d double
Résultat System

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : DBReal
Résultat DBReal