Visibility |
Name |
Parameters |
Return Type |
public static |
Abs |
(
Int64
value
)
|
Int64
|
public static |
Abs |
(
Int32
value
)
|
Int32
|
public static |
Abs |
(
Int16
value
)
|
Int16
|
public static |
Abs |
(
SByte
value
)
|
SByte
|
public static |
Abs |
(
Single
value
)
|
Single
|
public static |
Abs |
(
Decimal
value
)
|
Decimal
|
public static |
Abs |
(
Double
value
)
|
Double
|
public static |
Acos |
(
Double
d
)
|
Double
|
public static |
Asin |
(
Double
d
)
|
Double
|
public static |
Atan |
(
Double
d
)
|
Double
|
public static |
Atan2 |
(
Double
y
,
Double
x
)
|
Double
|
public static |
BigMul |
(
Int32
a
,
Int32
b
)
|
Int64
|
public static |
Ceiling |
(
Double
a
)
|
Double
|
public static |
Ceiling |
(
Decimal
d
)
|
Decimal
|
public static |
Cos |
(
Double
d
)
|
Double
|
public static |
Cosh |
(
Double
value
)
|
Double
|
public static |
DivRem |
(
Int32
a
,
Int32
b
,
Int32&
result
)
|
Int32
|
public static |
DivRem |
(
Int64
a
,
Int64
b
,
Int64&
result
)
|
Int64
|
public static |
Exp |
(
Double
d
)
|
Double
|
public static |
Floor |
(
Decimal
d
)
|
Decimal
|
public static |
Floor |
(
Double
d
)
|
Double
|
public static |
IEEERemainder |
(
Double
x
,
Double
y
)
|
Double
|
public static |
Log |
(
Double
a
,
Double
newBase
)
|
Double
|
public static |
Log |
(
Double
d
)
|
Double
|
public static |
Log10 |
(
Double
d
)
|
Double
|
public static |
Max |
(
UInt16
val1
,
UInt16
val2
)
|
UInt16
|
public static |
Max |
(
UInt32
val1
,
UInt32
val2
)
|
UInt32
|
public static |
Max |
(
Int32
val1
,
Int32
val2
)
|
Int32
|
public static |
Max |
(
Int16
val1
,
Int16
val2
)
|
Int16
|
public static |
Max |
(
SByte
val1
,
SByte
val2
)
|
SByte
|
public static |
Max |
(
Double
val1
,
Double
val2
)
|
Double
|
public static |
Max |
(
Decimal
val1
,
Decimal
val2
)
|
Decimal
|
public static |
Max |
(
Single
val1
,
Single
val2
)
|
Single
|
public static |
Max |
(
Int64
val1
,
Int64
val2
)
|
Int64
|
public static |
Max |
(
Byte
val1
,
Byte
val2
)
|
Byte
|
public static |
Max |
(
UInt64
val1
,
UInt64
val2
)
|
UInt64
|
public static |
Min |
(
UInt16
val1
,
UInt16
val2
)
|
UInt16
|
public static |
Min |
(
UInt32
val1
,
UInt32
val2
)
|
UInt32
|
public static |
Min |
(
Int64
val1
,
Int64
val2
)
|
Int64
|
public static |
Min |
(
Byte
val1
,
Byte
val2
)
|
Byte
|
public static |
Min |
(
SByte
val1
,
SByte
val2
)
|
SByte
|
public static |
Min |
(
Int16
val1
,
Int16
val2
)
|
Int16
|
public static |
Min |
(
Int32
val1
,
Int32
val2
)
|
Int32
|
public static |
Min |
(
Double
val1
,
Double
val2
)
|
Double
|
public static |
Min |
(
Decimal
val1
,
Decimal
val2
)
|
Decimal
|
public static |
Min |
(
UInt64
val1
,
UInt64
val2
)
|
UInt64
|
public static |
Min |
(
Single
val1
,
Single
val2
)
|
Single
|
public static |
Pow |
(
Double
x
,
Double
y
)
|
Double
|
public static |
Round |
(
Decimal
d
,
MidpointRounding
mode
)
|
Decimal
|
public static |
Round |
(
Decimal
d
,
Int32
decimals
,
MidpointRounding
mode
)
|
Decimal
|
public static |
Round |
(
Double
value
,
Int32
digits
,
MidpointRounding
mode
)
|
Double
|
public static |
Round |
(
Decimal
d
)
|
Decimal
|
public static |
Round |
(
Double
value
,
Int32
digits
)
|
Double
|
public static |
Round |
(
Double
value
,
MidpointRounding
mode
)
|
Double
|
public static |
Round |
(
Double
a
)
|
Double
|
public static |
Round |
(
Decimal
d
,
Int32
decimals
)
|
Decimal
|
public static |
Sign |
(
Int32
value
)
|
Int32
|
public static |
Sign |
(
Int16
value
)
|
Int32
|
public static |
Sign |
(
Int64
value
)
|
Int32
|
public static |
Sign |
(
Double
value
)
|
Int32
|
public static |
Sign |
(
Single
value
)
|
Int32
|
public static |
Sign |
(
Decimal
value
)
|
Int32
|
public static |
Sign |
(
SByte
value
)
|
Int32
|
public static |
Sin |
(
Double
a
)
|
Double
|
public static |
Sinh |
(
Double
value
)
|
Double
|
public static |
Sqrt |
(
Double
d
)
|
Double
|
public static |
Tan |
(
Double
a
)
|
Double
|
public static |
Tanh |
(
Double
value
)
|
Double
|
public static |
Truncate |
(
Decimal
d
)
|
Decimal
|
public static |
Truncate |
(
Double
d
)
|
Double
|