Short.ToUnsignedLong(Int16) Method

Definition

Converts the argument to a long by an unsigned conversion.

[Android.Runtime.Register("toUnsignedLong", "(S)J", "", ApiSince=26)]
public static long ToUnsignedLong (short x);
[<Android.Runtime.Register("toUnsignedLong", "(S)J", "", ApiSince=26)>]
static member ToUnsignedLong : int16 -> int64

Parameters

x
Int16

the value to convert to an unsigned long

Returns

Int64

the argument converted to long by an unsigned conversion

Attributes

Remarks

Java documentation for java.lang.Short.toUnsignedLong(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