편집

다음을 통해 공유


INumberBase<TSelf>.MultiplyAddEstimate(TSelf, TSelf, TSelf) Method

Definition

public:
 static override TSelf MultiplyAddEstimate(TSelf left, TSelf right, TSelf addend);
public static virtual TSelf MultiplyAddEstimate (TSelf left, TSelf right, TSelf addend);
static member MultiplyAddEstimate : 'Self * 'Self * 'Self -> 'Self
Public Shared Overrides Function MultiplyAddEstimate (left As TSelf, right As TSelf, addend As TSelf) As TSelf

Parameters

left
TSelf
right
TSelf
addend
TSelf

Returns

TSelf

Applies to