ByteQuantifiedSize.RoundUpToUnit method

Rounds up the specified ByteQuantifiedSize instance to the lowest value in the specified quantity.

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Function RoundUpToUnit ( _
    quantifier As ByteQuantifiedSize.Quantifier _
) As ULong
'Usage
Dim instance As ByteQuantifiedSize
Dim quantifier As ByteQuantifiedSize.Quantifier
Dim returnValue As ULong

returnValue = instance.RoundUpToUnit(quantifier)
public ulong RoundUpToUnit(
    ByteQuantifiedSize.Quantifier quantifier
)

Parameters

Return value

Type: System.UInt64
The value in the specified units.

See also

Reference

ByteQuantifiedSize structure

ByteQuantifiedSize members

Microsoft.Exchange.Data namespace