Fortran Class
Contains methods that provide the equivalent of
some FORTRAN functions.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static class Fortran
- Inheritance
- Object → Fortran
Methods
AInt( | Rounds a value towards zero. |
AInt( | Rounds a value towards zero. |
Digits( | Gets the number of binary digits in the mantissa of a floating-point number. |
Digits( | Gets the number of binary digits in the mantissa of a floating-point number. |
Epsilon( | Gets the smallest floating-point number that, when added to 1, gives a result different from 1. |
Epsilon( | Gets the smallest floating-point number that, when added to 1, gives a result different from 1. |
Huge( | Gets the largest floating-point number that is not infinite. |
Huge( | Gets the largest floating-point number that is not infinite. |
Max | Gets the largest possible exponent of a floating-point number. |
Max | Gets the largest possible exponent of a floating-point number. |
Min | Gets the smallest possible exponent of a floating-point number. |
Min | Gets the smallest possible exponent of a floating-point number. |
Nint( | Rounds a value to the nearest whole number. |
Nint<T>(T) | Rounds a value to the nearest whole number. |
Precision( | Gets the approximate number of decimal digits of precision of a floating-point number. |
Precision( | Gets the approximate number of decimal digits of precision of a floating-point number. |
Radix( | Gets the base of a floating-point number. |
Radix( | Gets the base of a floating-point number. |
Replace | Replaces a character in a string. |
Replace | Replaces a sequence of characters in a string. |
Sign( | Copies the sign from one number to another. |
Sign( | Copies the sign from one number to another. |
Sign( | Copies the sign from one number to another. |
Sign<T>(T, T) | Copies the sign from one number to another. |
Tiny( | Gets the smallest normal positive (non-zero) floating-point number. |
Tiny( | Gets the smallest normal positive (non-zero) floating-point number. |