C# Class RusticiSoftware.TinCanAPILibrary.Model.NullableDouble

Datei anzeigen Open project: RusticiSoftware/TinCanAPILibraryCSharp Class Usage Examples

Public Properties

Property Type Description
Value double

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
NullableDouble ( double Value ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

NullableDouble() public method

public NullableDouble ( double Value ) : System
Value double
return System

Property Details

Value public_oe property

public double Value
return double