UBinarySizeModulus(UBinarySize, UBinarySize) Operator
Returns the remainder after dividing two
UBinarySize values.
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
public static UBinarySize operator %(
UBinarySize left,
UBinarySize right
)
Public Shared Operator Mod (
left As UBinarySize,
right As UBinarySize
) As UBinarySize
public:
static UBinarySize operator %(
UBinarySize left,
UBinarySize right
)
static let inline (%)
left : UBinarySize *
right : UBinarySize : UBinarySize
- left UBinarySize
- The left operand.
- right UBinarySize
- The right operand.
UBinarySize
The remainder after dividing
left by
right.
IModulusOperatorsTSelf, TOther, TResultModulus(TSelf, TOther)