Fortran Class
Contains methods that provide the equivalent of
some FORTRAN functions.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static class Fortran
- Inheritance
- Object → Fortran
Methods
Nint( | Rounds a value to the nearest whole number. |
Nint<T>(T) | Rounds a value to the nearest whole number. |
Replace | Replaces a character in a string. |
Replace | Replaces a sequence of characters in a string. |
Sign( | Copies the sign of a number. |
Sign( | Copies the sign of a number. |
Sign( | Copies the sign of a number. |
Sign<T>(T, T) | Copies the sign of a number. |