ECCurve.IsCharacteristic2 属性

定义

获取一个值,该值指示曲线类型是否指示显式特征 2 曲线。

public:
 property bool IsCharacteristic2 { bool get(); };
public bool IsCharacteristic2 { get; }
member this.IsCharacteristic2 : bool
Public ReadOnly Property IsCharacteristic2 As Boolean

属性值

Boolean

如果该曲线是显式特征 2 曲线,则为 true;如果该曲线是已命名特征 2、素数或隐式曲线,则为 false

适用于