Property | Type | Description | |
---|---|---|---|
MaxValue | |||
MinValue | |||
Zero |
Method | Description | |
---|---|---|
CompareTo ( IJsonNumber other ) : int |
Returns a value indicating equality with the specified instance.
|
|
CompareTo ( |
Returns a value indicating equality with the specified instance.
|
|
CompareTo ( double other ) : int |
Returns a value indicating equality with the specified System.Double.
|
|
Equals ( IJsonNumber other ) : bool |
Returns a indicating whether this instance is equal to the specified NetServ.Net.Json.IJsonNumber.
|
|
Equals ( |
Returns a indicating whether this instance is equal to the specified JsonNumber.
|
|
Equals ( |
Determines if the two NetServ.Net.Json.JsonNumbers are equal.
|
|
Equals ( double other ) : bool |
Returns a indicating whether this instance is equal to the specified System.Double.
|
|
Equals ( object obj ) : bool |
Returns a indicating whether this instance is equal to the specified System.Object.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
JsonNumber ( byte value ) : System |
Initialises a new instance of the JsonNumber class and specifies the value.
|
|
JsonNumber ( double value ) : System |
Initialises a new instance of the JsonNumber class and specifies the value.
|
|
JsonNumber ( int value ) : System |
Initialises a new instance of the JsonNumber class and specifies the value.
|
|
JsonNumber ( long value ) : System |
Initialises a new instance of the JsonNumber class and specifies the value.
|
|
JsonNumber ( short value ) : System |
Initialises a new instance of the JsonNumber class and specifies the value.
|
|
ToString ( ) : string |
Returns a System.String representation of this JsonNumber instance.
|
|
ToString ( string format, IFormatProvider formatProvider ) : string |
Returns a System.String representation of this JsonNumber instance.
|
|
Write ( IJsonWriter writer ) : void |
Writes the contents of this Json type using the specified NetServ.Net.Json.IJsonWriter.
|
|
operator ( ) : bool |
Inequality operator.
|
Method | Description | |
---|---|---|
JsonNumber ( sbyte value ) : System | ||
JsonNumber ( uint value ) : System | ||
JsonNumber ( ulong value ) : System | ||
JsonNumber ( ushort value ) : System |
public CompareTo ( IJsonNumber other ) : int | ||
other | IJsonNumber | The |
return | int |
public CompareTo ( |
||
other | The JsonNumber to compare. | |
return | int |
public CompareTo ( double other ) : int | ||
other | double | The Double to compare. |
return | int |
public Equals ( IJsonNumber other ) : bool | ||
other | IJsonNumber | The value to compare. |
return | bool |
public Equals ( |
||
other | The value to compare. | |
return | bool |
public static Equals ( |
||
a | The first JsonNumber. | |
b | The second JsonNumber. | |
return | bool |
public Equals ( double other ) : bool | ||
other | double | The value to compare. |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare. |
return | bool |
public JsonNumber ( byte value ) : System | ||
value | byte | The value of the new instance. |
return | System |
public JsonNumber ( double value ) : System | ||
value | double | The value of the new instance. |
return | System |
public JsonNumber ( int value ) : System | ||
value | int | The value of the new instance. |
return | System |
public JsonNumber ( long value ) : System | ||
value | long | The value of the new instance. |
return | System |
public JsonNumber ( short value ) : System | ||
value | short | The value of the new instance. |
return | System |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | The format. |
formatProvider | IFormatProvider | The culture specific format provider. |
return | string |
public Write ( IJsonWriter writer ) : void | ||
writer | IJsonWriter | The Json writer. |
return | void |
public static JsonNumber,NetServ.Net.Json MaxValue | ||
return |
public static JsonNumber,NetServ.Net.Json MinValue | ||
return |