C# 클래스 GeoGen.Core.TheoremTypeExtensions

The extensions methods for TheoremType.
파일 보기 프로젝트 열기: PatrikBak/GeoGen

공개 메소드들

메소드 설명
GetNumberOfNeededObjects ( TheoremType type ) : int

Gets the number of TheoremObject that are required for a theorem of this type.

비공개 메소드들

메소드 설명
GeoGenException ( ) : GeoGen.Core.TheoremType
nameof ( ) : GeoGen.Core.TheoremType

메소드 상세

GetNumberOfNeededObjects() 공개 정적인 메소드

Gets the number of TheoremObject that are required for a theorem of this type.
public static GetNumberOfNeededObjects ( TheoremType type ) : int
type TheoremType The theorem type.
리턴 int