다음을 통해 공유


UInt64.BigMul(UInt64, UInt64) 메서드

정의

public:
 static UInt128 BigMul(System::UInt64 left, System::UInt64 right);
public static UInt128 BigMul (ulong left, ulong right);
static member BigMul : uint64 * uint64 -> UInt128
Public Shared Function BigMul (left As ULong, right As ULong) As UInt128

매개 변수

left
UInt64
right
UInt64

반환

적용 대상