NMath |
The NMathFunctions type exposes the following members.
| Name | Description | |
|---|---|---|
| AbsFunc | Absolute value function. | |
| AcosFunc | Arccosine function. | |
| AsinFunc | Arcsine function. | |
| Atan2Func | Arctangent2 function. | |
| AtanFunc | Arctangent function. | |
| BooleanAndFunc | Logical AND function. | |
| BooleanNotFunc | Logical NOT function. | |
| BooleanOrFunc | Logical OR function. | |
| BooleanXorFunc | Logical exclusive-OR function. | |
| CeilFunc | Ceiling function. | |
| CosFunc | Cosine function. | |
| CoshFunc | Hyperbolic cosine function. | |
| DoubleComplexAbsFunc | Absolute value function. Returns the square root of the sum of the squares of the real and imaginary parts of a complex number. | |
| DoubleComplexArgFunc | Complex Argument function. If the polar coordinates for the complex number z are (r,theta), then this function, when applied to z will return the real number theta. | |
| DoubleComplexAtanFunc | Arc Tangent function. | |
| DoubleComplexConjFunc | Conjugate function. Returns the complex conjugate x - iy of the complex number x + iy. | |
| DoubleComplexCosFunc | Cosine function. | |
| DoubleComplexCoshFunc | Hyperbolic cosine function. | |
| DoubleComplexExpFunc | Exponential function | |
| DoubleComplexImagFunc | Imaginary function. Returns the imaginary part of a complex number. | |
| DoubleComplexLogFunc | Natural logarithm function. | |
| DoubleComplexMeanFunc | Mean function. | |
| DoubleComplexPow2Func | Power function. | |
| DoubleComplexPowFunc | Power function. | |
| DoubleComplexRealFunc | Real function. Returns the real part of a complex number. | |
| DoubleComplexSinFunc | Sine function. | |
| DoubleComplexSinhFunc | Hyperbolic sine function. | |
| DoubleComplexSqrtFunc | Square root function. | |
| DoubleComplexSumFunc | Sum function. | |
| DoubleComplexSumOfSquaresFunc | Sum of squares function. | |
| DoubleComplexTanFunc | Tangent function. | |
| DoubleComplexTanhFunc | Hyperbolic tangent function. | |
| DoubleComplexVarianceFunc | Variance function. | |
| DoubleMaxValueFunc | Maximum value. | |
| DoubleMeanFunc | Mean function. | |
| DoubleMedianFunc | Median function. | |
| DoubleMinValueFunc | Minimum value. | |
| DoubleNaNCountFunc | NaN count function. | |
| DoubleNaNMaxValueFunc | NaN maximum value. | |
| DoubleNaNMeanFunc | NaN mean function. | |
| DoubleNaNMedianFunc | NaN median function. | |
| DoubleNaNMinValueFunc | NaN minimum value. | |
| DoubleNaNSumFunc | NaN sum function. | |
| DoubleNaNSumOfSquaresFunc | NaN sum of squares function. | |
| DoubleNaNVarianceFunc | NaN variance function. | |
| DoubleSumFunc | Sum function. | |
| DoubleSumOfSquaresFunc | Sum of squares function. | |
| DoubleVarianceFunc | Variance function. | |
| ExpFunc | Exponential function. | |
| FiveParameterLogisticFunc | Delegate wrapping the NMathFunctions.FiveParameterLogistic() function. | |
| FiveParameterLogisticPartialDerivativesFunc | Array of delegates representing the partial derivates with respect to each parameter for the NMathFunctions.FiveParameterLogistic() function. | |
| FloatAbsFunc | Absolute value function. | |
| FloatAcosFunc | Arccosine function. | |
| FloatAsinFunc | Arcsine function. | |
| FloatAtan2Func | Arctangent2 function. | |
| FloatAtanFunc | Arctangent function. | |
| FloatCeilingFunc | Ceiling function. | |
| FloatComplexAbsFunc | Absolute value function. Returns the square root of the sum of the squares of the real and imaginary parts of a complex number. | |
| FloatComplexArgFunc | Complex Argument function. If the polar coordinates for the complex number z are (r,theta), then this function, when applied to z will return the real number theta. | |
| FloatComplexConjFunc | Conjugate function. Returns the complex conjugate x - iy of the complex number x + iy. | |
| FloatComplexCosFunc | Cosine function. | |
| FloatComplexCoshFunc | Hyperbolic cosine function. | |
| FloatComplexExpFunc | Exponential function. | |
| FloatComplexImagFunc | Imaginary function. Returns the imaginary part of a complex number. | |
| FloatComplexLogFunc | Natural logarithm function. | |
| FloatComplexMeanFunc | Mean function. | |
| FloatComplexPow2Func | Power function. | |
| FloatComplexPowFunc | Power function. | |
| FloatComplexRealFunc | Real function. Returns the real part of a complex number. | |
| FloatComplexSinFunc | Sine function. | |
| FloatComplexSinhFunc | Hyperbolic sine function. | |
| FloatComplexSqrtFunc | Square root function. | |
| FloatComplexSumFunc | Sum function. | |
| FloatComplexSumOfSquaresFunc | Sum of squares function. | |
| FloatComplexTanFunc | Tangent function. | |
| FloatComplexTanhFunc | Hyperbolic tangent function. | |
| FloatComplexVarianceFunc | Variance function. | |
| FloatCosFunc | Cosine function. | |
| FloatCoshFunc | Hyperbolic cosine function. | |
| FloatExpFunc | Exponential function. | |
| FloatFloorFunc | Floor function. | |
| FloatLog10Func | Base-10 logarithm function. | |
| FloatLogFunc | Natural logarithm function. | |
| FloatMaxValueFunc | Maximum value. | |
| FloatMeanFunc | Mean function. | |
| FloatMedianFunc | Median function. | |
| FloatMinValueFunc | Minimum value. | |
| FloatNaNCountFunc | NaN count function. | |
| FloatNaNMaxValueFunc | NaN maximum value. | |
| FloatNaNMeanFunc | NaN mean function. | |
| FloatNaNMedianFunc | NaN median function. | |
| FloatNaNMinValueFunc | NaN minimum value. | |
| FloatNaNSumFunc | NaN sum function. | |
| FloatNaNSumOfSquaresFunc | NaN sum of squares function. | |
| FloatNaNVarianceFunc | NaN variance function. | |
| FloatPowFunc | Power function. | |
| FloatRoundFunc | Rounding function. | |
| FloatSinFunc | Sine function. | |
| FloatSinhFunc | Hyperbolic sine function. | |
| FloatSqrtFunc | Square root function. | |
| FloatSumFunc | Sum function. | |
| FloatSumOfSquaresFunc | Sum of squares function. | |
| FloatTanFunc | Tangent function. | |
| FloatTanhFunc | Hyperbolic tangent function. | |
| FloatVarianceFunc | Variance function. | |
| FloorFunc | Floor function. | |
| FourParameterLogisticFunc | Delegate wrapping the NMathFunctions.FourParameterLogistic() function. | |
| FourParameterLogisticPartialDerivativesFunc | Array of delegates representing the partial derivates with respect to each parameter for the NMathFunctions.FourParameterLogistic() function. | |
| Log10Func | Base-10 logarithm function. | |
| LogFunc | Natural logarithm function. | |
| MATRIX_MULT_CUTOFF | Cutoff point for using native optimized matrix-matrix multiplication. If the product of the number of rows and the number of columns is less than this number for both operands, the matrix multiplication is done by a simple algorithm locally. Otherwise native optimized code is invoked. | |
| NMATH_STATS_VERSION | NMath Stats version. | |
| NMATH_VERSION | NMath version. | |
| PowFunc | Power function. | |
| RoundFunc | Rounding function. | |
| SinFunc | Sine function. | |
| SinhFunc | Hyperbolic sine function. | |
| SqrtFunc | Square root function. | |
| TanFunc | Tangent function. | |
| TanhFunc | Hyperbolic tangent function. | |
| ThreeParameterExponentialFunc | Delegate wrapping the NMathFunctions.ThreeParameterExponential() function. | |
| ThreeParameterExponentialPartialDerivativesFunc | Array of delegates representing the partial derivates with respect to each parameter for the NMathFunctions.ThreeParameterExponential() function. | |
| ThreeParameterSineFunc | Delegate wrapping the NMathFunctions.ThreeParameterSine() function. | |
| ThreeParameterSinePartialDerivativesFunc | Array of delegates representing the partial derivates with respect to each parameter for the NMathFunctions.ThreeParameterSine() function. | |
| TwoParameterAsymptoticFunc | Delegate wrapping the NMathFunctions.TwoParameterAsymptotic() function. | |
| TwoParameterAsymptoticPartialDerivativesFunc | Array of delegates representing the partial derivates with respect to each parameter for the NMathFunctions.TwoParameterAsymptotic() function. | |
| VML_CUTOFF | Cutoff number for using VML functions. |