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

在进行多pliy 之前将基基基数提升到的值 x

返回

和 基基的乘 x 积提高到 的 n幂。

实现

适用于