System.Math.Math.Round C# (CSharp) Méthode

Round() private méthode

private Round ( double a ) : double
a double
Résultat double
		public extern static double Round (double a);

Same methods

Math.Math::Round ( decimal d ) : decimal
Math.Math::Round ( decimal d, MidpointRounding mode ) : decimal
Math.Math::Round ( decimal d, int decimals ) : decimal
Math.Math::Round ( decimal d, int decimals, MidpointRounding mode ) : decimal
Math.Math::Round ( double value, MidpointRounding mode ) : double
Math.Math::Round ( double value, int digits ) : double
Math.Math::Round ( double value, int digits, MidpointRounding mode ) : double