http://tizzyt-archive.blogspot.com/2015/03/quick-and-dirty-net-bigdecimal.html
BigDecimal
00 Remarks
01 Syntax
Microsoft.VisualBasic.Math.Numerics.BigDecimal
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| op_Division | 1 | Does division on two BigDecimal numbers |
| CompareTo | 1 | |
| ToString | 2 | |
| ToByteArray | 1 | |
| op_Addition | 1 | |
| op_Subtraction | 1 | |
| op_Multiply | 1 | |
| Div | 1 | |
| op_Exponent | 1 | |
| Pow | 1 | |
| op_Modulus | 1 | |
| op_Equality | 1 | |
| op_Inequality | 1 | |
| op_GreaterThan | 1 | |
| op_LessThan | 1 | |
| op_GreaterThanOrEqual | 1 | |
| op_LessThanOrEqual | 1 | |
| Sqrt | 1 | |
| Pi | 1 | |
| Phi | 1 | |
| Tau | 1 | |
| PythagorasConst | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| IntegralLength | 1 | |
| MantissaLength | 1 | |
| IsOne | 1 | |
| IsZero | 1 | |
| Sign | 1 | |
| IsPowerOfTwo | 1 | |
| IsEven | 1 |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| Zero | 1 | |
| ZeroPointOne | 1 | |
| ZeroPointFive | 1 | |
| One | 1 | |
| Two | 1 | |
| ThreePointTwo | 1 | |
| Four | 1 | |
| Five | 1 | |
| TwentyFive | 1 | |
| TwoHundredThirtyNine | 1 | |
| FiftySevenThousandOneHundredTwentyOne | 1 |
05 Members
op_Division(BigDecimal, BigDecimal)
Does division on two BigDecimal numbers
Parameters
| Name | Type | Description |
|---|---|---|
Num1 | BigDecimal | - |
Num2 | BigDecimal | - |
Zero
ZeroPointOne
ZeroPointFive
One
Two
ThreePointTwo
Four
Five
TwentyFive
TwoHundredThirtyNine
FiftySevenThousandOneHundredTwentyOne
IntegralLength
MantissaLength
IsOne
IsZero
Sign
IsPowerOfTwo
IsEven
CompareTo(BigDecimal)
ToString()
ToString(
Char)ToByteArray()
op_Addition(BigDecimal, BigDecimal)
op_Subtraction(BigDecimal, BigDecimal)
op_Multiply(BigDecimal, BigDecimal)
op_Exponent(BigDecimal,
Int32)op_Modulus(BigDecimal, BigDecimal)
op_Equality(BigDecimal, BigDecimal)
op_Inequality(BigDecimal, BigDecimal)
op_GreaterThan(BigDecimal, BigDecimal)
op_LessThan(BigDecimal, BigDecimal)
op_GreaterThanOrEqual(BigDecimal, BigDecimal)
op_LessThanOrEqual(BigDecimal, BigDecimal)
Sqrt(BigDecimal,
Int32)Pi(
Int32)Phi(
Int32)Tau(
Int32)PythagorasConst(
Int32)