Share via


Half.GetSignificand(Int16) Method

Definition

Returns the significand, or mantissa, used in the representation of the specified half-precision float value.

[Android.Runtime.Register("getSignificand", "(S)I", "", ApiSince=26)]
public static int GetSignificand (short h);
[<Android.Runtime.Register("getSignificand", "(S)I", "", ApiSince=26)>]
static member GetSignificand : int16 -> int

Parameters

h
Int16

A half-precision float value

Returns

The significand, or significand, of the specified vlaue

Attributes

Remarks

Returns the significand, or mantissa, used in the representation of the specified half-precision float value.

Java documentation for android.util.Half.getSignificand(short).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to