C# Class RusticiSoftware.TinCanAPILibrary.Model.NullableDouble

Afficher le fichier Open project: RusticiSoftware/TinCanAPILibraryCSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Value double

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
NullableDouble ( double Value ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

NullableDouble() public méthode

public NullableDouble ( double Value ) : System
Value double
Résultat System

Property Details

Value public_oe property

public double Value
Résultat double