Accord.Math.Environments.OctaveEnvironment.round C# (CSharp) Method

round() protected static method

Rounding.
protected static round ( double f ) : double
f double
return double
        protected static double round(double f) { return System.Math.Round(f); }
        /// <summary>Ceiling.</summary>

Same methods

OctaveEnvironment::round ( double f ) : ].double[
OctaveEnvironment::round ( double f ) : double[]