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#
public static class Fortran
Inheritance
Object  →  Fortran

Methods

Nint(Double) Rounds a value to the nearest whole number.
Nint<T>(T) Rounds a value to the nearest whole number.
ReplaceChar Replaces a character in a string.
ReplaceString Replaces a sequence of characters in a string.
Sign(Double, Double) Copies the sign of a number.
Sign(Int32, Int32) Copies the sign of a number.
Sign(Single, Single) Copies the sign of a number.
Sign<T>(T, T) Copies the sign of a number.

See Also