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

ceil() protected static method

Ceiling.
protected static ceil ( double f ) : double
f double
return double
        protected static double ceil(double f) { return System.Math.Ceiling(f); }
        /// <summary>Flooring.</summary>

Same methods

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