Method | Description | |
---|---|---|
DoubleType ( ) : System |
Calls the parent constructor for int type
|
|
DoubleType ( |
||
GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object |
Creates and returns and instance of a double type
|
|
IsDefaultValue ( |
|
|
Marshall ( object instance, |
||
SimplEquals ( object left, object right ) : bool |
public GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object | ||
value | String | |
formatStrings | String | |
scalarUnmarshallingContext | IScalarUnmarshallingContext | |
return | object |
public IsDefaultValue ( |
||
field | ||
context | Object | |
return | bool |
public Marshall ( object instance, |
||
instance | object | |
context | ||
return | string |
public SimplEquals ( object left, object right ) : bool | ||
left | object | |
right | object | |
return | bool |