Java.Lang.Math.Scalb Method
Returns d * 2^scaleFactor.

Syntax

[Android.Runtime.Register("scalb", "(FI)F", "")]
public static float Scalb (float p0, int p1)

Parameters

d
Documentation for this section has not yet been entered.
scaleFactor
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns d * 2^scaleFactor. The result may be rounded.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9