UIntPtr.IMultiplyOperators<UIntPtr,UIntPtr,UIntPtr>.CheckedMultiply Operátor

Definice

Vynásobí dvě hodnoty a vypočítá jejich součin.

 static UIntPtr System.Numerics.IMultiplyOperators<nuint,nuint,nuint>.op_CheckedMultiply(UIntPtr left, UIntPtr right) = System::Numerics::IMultiplyOperators<UIntPtr, UIntPtr, UIntPtr>::op_CheckedMultiply;
static UIntPtr IMultiplyOperators<UIntPtr,UIntPtr,UIntPtr>.op_CheckedMultiply (UIntPtr left, UIntPtr right);
static member System.Numerics.IMultiplyOperators<nuint,nuint,nuint>.op_CheckedMultiply : unativeint * unativeint -> unativeint
 Shared op_CheckedMultiply (left As UIntPtr, right As UIntPtr) As UIntPtr Implements IMultiplyOperators(Of UIntPtr, UIntPtr, UIntPtr).op_CheckedMultiply

Parametry

left
UIntPtr

unativeint

Hodnota, která right se vynásobí.

right
UIntPtr

unativeint

Hodnota, která vynásobí lefthodnotu .

Návraty

UIntPtr

unativeint

Součin vynásobený leftright.

Implementuje

Platí pro