Half.ScaleB(Half, Int32) 方法

定義

計算值乘積,以及其基底弧度乘以指定的乘冪。

public:
 static Half ScaleB(Half x, int n) = System::Numerics::IFloatingPointIeee754<Half>::ScaleB;
public static Half ScaleB (Half x, int n);
static member ScaleB : Half * int -> Half
Public Shared Function ScaleB (x As Half, n As Integer) As Half

參數

x
Half

基底弧度乘以乘冪的值 n

n
Int32

在乘 x 法 之前,會引發基底弧度的值。

傳回

的 乘 x 積和基底弧度會提升至 的 n 乘冪。

實作

適用於