return bool |
|
object obj |
Type Number
Namespace MathNet.Numerics
return bool |
|
object obj |
return int |
return Type |
return string |
return bool |
|
double a |
The first number |
double b |
The second number |
return bool |
|
Double[] x |
|
Double[] y |
return bool |
|
double a |
The first number |
double b |
The second number |
int maxNumbersBetween |
The maximum count of numbers between the two numbers plus one ([a,a] -> 0, [a,a+e] -> 1, [a,a+2e] -> 2, ...). |
return bool |
|
double a |
The first number |
double b |
The second number |
double relativeAccuracy |
The relative accuracy required for being almost equal. |
return bool |
|
double a |
The first number |
double b |
The second number |
ulong maxNumbersBetween |
The maximum count of numbers between the two numbers plus one ([a,a] -> 0, [a,a+e] -> 1, [a,a+2e] -> 2, ...). |
return bool |
|
double a |
The first number |
double b |
The second number |
double diff |
The difference of the two numbers according to the Norm |
return bool |
|
double a |
The first number |
double b |
The second number |
double diff |
The difference of the two numbers according to the Norm |
double relativeAccuracy |
The relative accuracy required for being almost equal. |
return bool |
|
double a |
|
double absoluteAccuracy |
return bool |
|
double a |
The decrementation step length depends on the provided value. Decrement(double.MinValue) will return negative infinity.
return double |
|
double value |
Evaluates the epsilon. The more common positive epsilon is equal to two times this negative epsilon.
return double |
|
double value |
The incrementation step length depends on the provided value. Increment(double.MaxValue) will return positive infinity.
return double |
|
double value |
The second number is included in the number, thus two equal numbers evaluate to zero and two neighbour numbers evaluate to one. Therefore, what is returned is actually the count of numbers between plus 1.
return ulong |
|
double a |
|
double b |
Evaluates the epsilon. See also EpsilonOf
return double |
|
double value |
return long |
|
long value |
return ulong |
|
long value |
return long |
|
double value |
return ulong |
|
double value |
return double
|
return double
|
return double
|
return double
|