EdECPoint.GetY Method

Definition

Get the y-coordinate of the point.

[Android.Runtime.Register("getY", "()Ljava/math/BigInteger;", "", ApiSince=33)]
public Java.Math.BigInteger GetY ();
[<Android.Runtime.Register("getY", "()Ljava/math/BigInteger;", "", ApiSince=33)>]
member this.GetY : unit -> Java.Math.BigInteger

Returns

the y-coordinate, represented using a BigInteger.

Attributes

Remarks

Get the y-coordinate of the point.

Java documentation for java.security.spec.EdECPoint.getY().

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