C# 클래스 iTextSharp.text.pdf.qrcode.GF256Poly

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

공개 메소드들

메소드 설명
ToString ( ) : String

비공개 메소드들

메소드 설명
AddOrSubtract ( GF256Poly other ) : GF256Poly
Divide ( GF256Poly other ) : iTextSharp.text.pdf.qrcode.GF256Poly[]
EvaluateAt ( int a ) : int
GF256Poly ( GF256 field, int coefficients ) : System
GetCoefficient ( int degree ) : int
GetCoefficients ( ) : int[]
GetDegree ( ) : int
IsZero ( ) : bool
Multiply ( GF256Poly other ) : GF256Poly
Multiply ( int scalar ) : GF256Poly
MultiplyByMonomial ( int degree, int coefficient ) : GF256Poly

메소드 상세

ToString() 공개 메소드

public ToString ( ) : String
리턴 String