Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.