Half.ReciprocalEstimate(Half) メソッド

定義

値の逆数の推定値を計算します。

public:
 static Half ReciprocalEstimate(Half x) = System::Numerics::IFloatingPointIeee754<Half>::ReciprocalEstimate;
public static Half ReciprocalEstimate(Half x);
static member ReciprocalEstimate : Half -> Half
Public Shared Function ReciprocalEstimate (x As Half) As Half

パラメーター

x
Half

逆数の推定値が計算される値。

返品

xの逆数の推定値。

実装

適用対象