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
quantifier
Type: Microsoft.Exchange.Data.ByteQuantifiedSize.QuantifierOne of the ByteQuantifiedSize.Quantifier enumeration values.
Return value
Type: System.UInt64
The value in the specified units.