Property | Type | Description | |
---|---|---|---|
MaxValue | |||
MinValue | |||
Null | |||
Zero |
Method | Description | |
---|---|---|
Add ( |
||
CompareTo ( |
||
CompareTo ( object value ) : int | ||
Divide ( |
||
Equals ( |
||
Equals ( object value ) : bool | ||
GetHashCode ( ) : int | ||
GetXsdType ( |
||
GreaterThan ( |
||
GreaterThanOrEqual ( |
||
LessThan ( |
||
LessThanOrEqual ( |
||
Multiply ( |
||
NotEquals ( |
||
Parse ( string s ) : |
||
SqlDouble ( double value ) : System.Data.Common | ||
Subtract ( |
||
ToSqlBoolean ( ) : |
||
ToSqlByte ( ) : |
||
ToSqlDecimal ( ) : |
||
ToSqlInt16 ( ) : |
||
ToSqlInt32 ( ) : |
||
ToSqlInt64 ( ) : |
||
ToSqlMoney ( ) : |
||
ToSqlSingle ( ) : |
||
ToSqlString ( ) : |
||
ToString ( ) : string | ||
operator ( ) : |
||
operator ( ) : |
Method | Description | |
---|---|---|
IXmlSerializable ( ) : |
||
IXmlSerializable ( |
||
IXmlSerializable ( |
||
SqlDouble ( bool fNull ) : System.Data.Common |
public static Add ( |
||
x | ||
y | ||
return |
public static Divide ( |
||
x | ||
y | ||
return |
public static Equals ( |
||
x | ||
y | ||
return |
public static GetXsdType ( |
||
schemaSet | ||
return |
public static GreaterThan ( |
||
x | ||
y | ||
return |
public static GreaterThanOrEqual ( |
||
x | ||
y | ||
return |
public static LessThan ( |
||
x | ||
y | ||
return |
public static LessThanOrEqual ( |
||
x | ||
y | ||
return |
public static Multiply ( |
||
x | ||
y | ||
return |
public static NotEquals ( |
||
x | ||
y | ||
return |
public SqlDouble ( double value ) : System.Data.Common | ||
value | double | |
return | System.Data.Common |
public static Subtract ( |
||
x | ||
y | ||
return |
public static SqlDouble,System.Data.SqlTypes MaxValue | ||
return |
public static SqlDouble,System.Data.SqlTypes MinValue | ||
return |
public static SqlDouble,System.Data.SqlTypes Null | ||
return |