Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
RusticiSoftware
TinCanAPILibrary
Model
NullableDouble
C# Class RusticiSoftware.TinCanAPILibrary.Model.NullableDouble
Show file
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 property
public
double
Value
return
double