C# 클래스 CascadeSharp.TKTopAlgo.MAT2d.MAT2d_BiInt

파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
FirstIndex ( ) : int
FirstIndex ( int I1 ) : void
IsEqual ( MAT2d_BiInt B ) : bool
MAT2d_BiInt ( ) : System
MAT2d_BiInt ( MAT2d_BiInt parameter1 ) : System
MAT2d_BiInt ( int I1, int I2 ) : System
SecondIndex ( ) : int
SecondIndex ( int I2 ) : void

메소드 상세

FirstIndex() 공개 메소드

public FirstIndex ( ) : int
리턴 int

FirstIndex() 공개 메소드

public FirstIndex ( int I1 ) : void
I1 int
리턴 void

IsEqual() 공개 메소드

public IsEqual ( MAT2d_BiInt B ) : bool
B MAT2d_BiInt
리턴 bool

MAT2d_BiInt() 공개 메소드

public MAT2d_BiInt ( ) : System
리턴 System

MAT2d_BiInt() 공개 메소드

public MAT2d_BiInt ( MAT2d_BiInt parameter1 ) : System
parameter1 MAT2d_BiInt
리턴 System

MAT2d_BiInt() 공개 메소드

public MAT2d_BiInt ( int I1, int I2 ) : System
I1 int
I2 int
리턴 System

SecondIndex() 공개 메소드

public SecondIndex ( ) : int
리턴 int

SecondIndex() 공개 메소드

public SecondIndex ( int I2 ) : void
I2 int
리턴 void