ECPoint.AffineY Property

Definition

Returns the affine y-coordinate y.

public virtual Java.Math.BigInteger? AffineY { [Android.Runtime.Register("getAffineY", "()Ljava/math/BigInteger;", "GetGetAffineYHandler")] get; }
[<get: Android.Runtime.Register("getAffineY", "()Ljava/math/BigInteger;", "GetGetAffineYHandler")>]
member this.AffineY : Java.Math.BigInteger

Property Value

BigInteger

the affine y-coordinate.

Attributes

Remarks

Java documentation for java.security.spec.ECPoint.getAffineY().

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