Fortran Methods

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