C# Class Data.DBReal

Inheritance: Value
Show file Open project: hogeschool/INFDEV03-5 Class Usage Examples

Public Methods

Method Description
DBReal ( double d ) : System
IsEmpty ( ) : bool
ToString ( ) : string
operator ( ) : DBReal

Method Details

DBReal() public method

public DBReal ( double d ) : System
d double
return System

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : DBReal
return DBReal