Round Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System Namespace
Decimal Structure
Decimal Methods
Round Method
Round Method (Decimal)
Round Method (Decimal, Int32)
Round Method (Decimal, Midpoin ...
Round Method (Decimal, Int32, ...
Decimal Methods
Add Method
Addition Operator
Ceiling Method
Compare Method
CompareTo Method
Decrement Operator
Divide Method
Division Operator
Equality Operator
Equals Method
Explicit Method
Floor Method
FromOACurrency Method
GetBits Method
GetHashCode Method
GetTypeCode Method
GreaterThan Operator
GreaterThanOrEqual Operator
IConvertible.ToBoolean Method
IConvertible.ToByte Method
IConvertible.ToChar Method
IConvertible.ToDateTime Method
IConvertible.ToDecimal Method
IConvertible.ToDouble Method
IConvertible.ToInt16 Method
IConvertible.ToInt32 Method
IConvertible.ToInt64 Method
IConvertible.ToSByte Method
IConvertible.ToSingle Method
IConvertible.ToType Method
IConvertible.ToUInt16 Method
IConvertible.ToUInt32 Method
IConvertible.ToUInt64 Method
Implicit Method
Increment Operator
Inequality Operator
LessThan Operator
LessThanOrEqual Operator
Modulus Operator
Multiply Method
Multiply Operator
Negate Method
Parse Method
Remainder Method
Round Method
Subtract Method
Subtraction Operator
ToByte Method
ToDouble Method
ToInt16 Method
ToInt32 Method
ToInt64 Method
ToOACurrency Method
ToSByte Method
ToSingle Method
ToString Method
ToUInt16 Method
ToUInt32 Method
ToUInt64 Method
Truncate Method
TryParse Method
UnaryNegation Operator
UnaryPlus Operator
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
Decimal
.
.
::
.
Round Method
Rounds a value to the nearest integer or specified number of decimal places.
Overload List
Name
Description
Round(Decimal)
Rounds a decimal value to the nearest integer.
Round(Decimal, Int32)
Rounds a
Decimal
value to a specified number of decimal places.
Round(Decimal, MidpointRounding)
Rounds a decimal value to the nearest integer. A parameter specifies how to round the value if it is midway between two other numbers.
Round(Decimal, Int32, MidpointRounding)
Rounds a decimal value to a specified precision. A parameter specifies how to round the value if it is midway between two other numbers.
Top
See Also
Reference
Decimal Structure
Decimal Members
System Namespace
Tags :