ECPoint.PointInfinity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This defines the point at infinity.
[Android.Runtime.Register("POINT_INFINITY")]
public static Java.Security.Spec.ECPoint? PointInfinity { get; }
[<Android.Runtime.Register("POINT_INFINITY")>]
static member PointInfinity : Java.Security.Spec.ECPoint
Property Value
- Attributes
Remarks
This defines the point at infinity.
Java documentation for java.security.spec.ECPoint.POINT_INFINITY
.
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.