|
Dim rounding As System.MidpointRounding For I As Integer = 0 To inputcount -1 addtooutput(inputdate(i), system.Math.Round(inputvalue(i), rounding.ToEven)
|
|
Dim rounding As System.MidpointRounding For I As Integer = 0 To inputcount -1 addtooutput(inputdate(i), system.Math.Round(inputvalue(i), rounding.AwayFromZero)
|
|
Mono Class Library : System Namespace System.MidpointRounding Enumeration: Note: This namespace, class, or member is supported only in version .NET 2.0 ...
|
|
Type: System . . :: . MidpointRounding. A value that specifies how to round d if it is midway between two other numbers. Return Value Type: System . . :: . Decimal
|
|
Specifies how mathematical rounding methods should process a number that is midway between two numbers.
|