Java.Lang.StrictMath.CopySign Method
Returns a double with the given magnitude and the sign of sign.

Syntax

[Android.Runtime.Register("copySign", "(DD)D", "")]
public static double CopySign (double p0, double p1)

Parameters

magnitude
Documentation for this section has not yet been entered.
sign
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a double with the given magnitude and the sign of sign. If sign is NaN, the sign of the result is positive.

[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