IFloatingPointIeee754<TSelf>.ScaleB(TSelf, Int32) 方法

定義

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

public:
 static TSelf ScaleB(TSelf x, int n);
public static abstract TSelf ScaleB (TSelf x, int n);
static member ScaleB : 'Self * int -> 'Self
Public Shared Function ScaleB (x As TSelf, n As Integer) As TSelf

參數

x
TSelf

基底弧度乘以乘冪的值 n

n
Int32

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

傳回

TSelf

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

適用於