double UML Diagram

To Examples

Abbreviated UML Diagram for double Class

 

S = static member

double

+ S NaN : double
+ S Epsilon : double
+ S MinValue : double
+ S MaxValue : double

+ CompareTo(double) : bool  
+ Equals(double) : bool  
+ S Parse(string, out double) : bool  
+ S IsInfinity(double) : bool  
+ S IsNaN(double) : bool  
+ S TryParse(string, out double) : bool  
+ ToString( ) : string  
+ ToString(string) : string