Property | Type | Description | |
---|---|---|---|
MaxPrecision | byte | ||
MaxScale | byte | ||
MaxValue | |||
MinValue | |||
Null |
Method | Description | |
---|---|---|
Abs ( |
||
Add ( |
||
AdjustScale ( |
||
Ceiling ( |
||
CompareTo ( |
||
CompareTo ( object value ) : int | ||
ConvertToPrecScale ( |
||
Divide ( |
||
Equals ( |
||
Equals ( object value ) : bool | ||
Floor ( |
||
GetHashCode ( ) : int | ||
GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName | ||
GreaterThan ( |
||
GreaterThanOrEqual ( |
||
LessThan ( |
||
LessThanOrEqual ( |
||
Multiply ( |
||
NotEquals ( |
||
Parse ( string s ) : |
||
Power ( |
||
Round ( |
||
Sign ( |
||
SqlDecimal ( byte bPrecision, byte bScale, bool fPositive, int bits ) : System.Data.Common | ||
SqlDecimal ( byte bPrecision, byte bScale, bool fPositive, int data1, int data2, int data3, int data4 ) : System.Data.Common | ||
SqlDecimal ( decimal value ) : System.Data.Common | ||
SqlDecimal ( double dVal ) : System.Data.Common | ||
SqlDecimal ( int value ) : System.Data.Common | ||
SqlDecimal ( long value ) : System.Data.Common | ||
Subtract ( SqlDecimal x, SqlDecimal y ) : SqlDecimal | ||
ToDouble ( ) : double | ||
ToSqlBoolean ( ) : SqlBoolean | ||
ToSqlByte ( ) : SqlByte | ||
ToSqlDouble ( ) : SqlDouble | ||
ToSqlInt16 ( ) : SqlInt16 | ||
ToSqlInt32 ( ) : SqlInt32 | ||
ToSqlInt64 ( ) : SqlInt64 | ||
ToSqlMoney ( ) : SqlMoney | ||
ToSqlSingle ( ) : SqlSingle | ||
ToSqlString ( ) : SqlString | ||
ToString ( ) : string | ||
Truncate ( SqlDecimal n, int position ) : SqlDecimal | ||
operator ( ) : SqlBoolean | ||
operator ( ) : SqlDecimal |
Method | Description | |
---|---|---|
AddULong ( uint ulAdd ) : void | ||
AdjustScale ( int digits, bool fRound ) : void | ||
AssertValid ( ) : void | ||
BActualPrec ( ) : byte | ||
BGetPrecUI4 ( uint value ) : byte | ||
BGetPrecUI8 ( uint ulU0, uint ulU1 ) : byte | ||
BGetPrecUI8 ( ulong dwlVal ) : byte | ||
CLenFromPrec ( byte bPrec ) : byte | ||
CalculatePrecision ( ) : byte | ||
ChFromDigit ( uint uiDigit ) : char | ||
CheckValidPrecScale ( byte bPrec, byte bScale ) : void | ||
CheckValidPrecScale ( int iPrec, int iScale ) : void | ||
CompareNm ( |
||
DWL ( uint lo, uint hi ) : ulong | ||
DivByULong ( uint iDivisor ) : uint | ||
FGt10_38 ( ) : bool | ||
FGt10_38 ( uint rglData ) : bool | ||
FZero ( ) : bool | ||
HI ( ulong x ) : uint | ||
IXmlSerializable ( ) : XmlSchema | ||
IXmlSerializable ( XmlReader reader ) : void | ||
IXmlSerializable ( XmlWriter writer ) : void | ||
LAbsCmp ( |
||
LO ( ulong x ) : uint | ||
MakeInteger ( bool &fFraction ) : void | ||
MpDiv ( uint rgulU, int ciulU, uint rgulD, int ciulD, uint rgulQ, int &ciulQ, uint rgulR, int &ciulR ) : void | ||
MpDiv1 ( uint rgulU, int &ciulU, uint iulD, uint &iulR ) : void | ||
MpMove ( uint rgulS, int ciulS, uint rgulD, int &ciulD ) : void | ||
MpMul1 ( uint piulD, int &ciulD, uint iulX ) : void | ||
MpNormalize ( uint rgulU, int &ciulU ) : void | ||
MpSet ( uint rgulD, int &ciulD, uint iulN ) : void | ||
MultByULong ( uint uiMultiplier ) : void | ||
Round ( |
||
SetPositive ( ) : void | ||
SetSignBit ( bool fPositive ) : void | ||
SetToZero ( ) : void | ||
SqlDecimal ( bool fNull ) : System.Data.Common | ||
SqlDecimal ( uint rglData, byte bLen, byte bPrec, byte bScale, bool fPositive ) : System.Data.Common | ||
StoreFromWorkingArray ( uint rguiData ) : void | ||
ToDecimal ( ) : decimal | ||
VerifyPrecision ( byte precision ) : bool | ||
ZeroToMaxLen ( uint rgulData, int cUI4sCur ) : void |
public static Abs ( |
||
n | ||
return |
public static Add ( |
||
x | ||
y | ||
return |
public static AdjustScale ( |
||
n | ||
digits | int | |
fRound | bool | |
return |
public static Ceiling ( |
||
n | ||
return |
public static ConvertToPrecScale ( |
||
n | ||
precision | int | |
scale | int | |
return |
public static Divide ( |
||
x | ||
y | ||
return |
public static Equals ( |
||
x | ||
y | ||
return |
public static Floor ( |
||
n | ||
return |
public static GetXsdType ( XmlSchemaSet schemaSet ) : XmlQualifiedName | ||
schemaSet | XmlSchemaSet | |
return | XmlQualifiedName |
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 static Parse ( string s ) : |
||
s | string | |
return |
public static Power ( |
||
n | ||
exp | double | |
return |
public static Round ( |
||
n | ||
position | int | |
return |
public static Sign ( |
||
n | ||
return |
public SqlDecimal ( byte bPrecision, byte bScale, bool fPositive, int bits ) : System.Data.Common | ||
bPrecision | byte | |
bScale | byte | |
fPositive | bool | |
bits | int | |
return | System.Data.Common |
public SqlDecimal ( byte bPrecision, byte bScale, bool fPositive, int data1, int data2, int data3, int data4 ) : System.Data.Common | ||
bPrecision | byte | |
bScale | byte | |
fPositive | bool | |
data1 | int | |
data2 | int | |
data3 | int | |
data4 | int | |
return | System.Data.Common |
public SqlDecimal ( decimal value ) : System.Data.Common | ||
value | decimal | |
return | System.Data.Common |
public SqlDecimal ( double dVal ) : System.Data.Common | ||
dVal | double | |
return | System.Data.Common |
public SqlDecimal ( int value ) : System.Data.Common | ||
value | int | |
return | System.Data.Common |
public SqlDecimal ( long value ) : System.Data.Common | ||
value | long | |
return | System.Data.Common |
public static Subtract ( SqlDecimal x, SqlDecimal y ) : SqlDecimal | ||
x | SqlDecimal | |
y | SqlDecimal | |
return | SqlDecimal |
public static Truncate ( SqlDecimal n, int position ) : SqlDecimal | ||
n | SqlDecimal | |
position | int | |
return | SqlDecimal |
public static SqlDecimal,System.Data.SqlTypes MaxValue | ||
return |
public static SqlDecimal,System.Data.SqlTypes MinValue | ||
return |