C# 클래스 NewTOAPIA.Net.Rtp.GF8

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

공개 프로퍼티들

프로퍼티 타입 설명
gf_exp byte[]
gf_log byte[]
inverse byte[]

공개 메소드들

메소드 설명
Add ( byte a, byte b ) : byte
Divide ( byte numerator, byte denominator ) : byte
GF8 ( byte i ) : System
Modnn ( Int32 x ) : byte
Multiply ( byte a, byte b ) : byte
Power ( byte exponent ) : GF8
Power ( byte x, UInt32 exponent ) : byte
ToString ( ) : string
operator ( ) : GF8

비공개 메소드들

메소드 설명
GF8 ( ) : System

메소드 상세

Add() 공개 정적인 메소드

public static Add ( byte a, byte b ) : byte
a byte
b byte
리턴 byte

Divide() 공개 정적인 메소드

public static Divide ( byte numerator, byte denominator ) : byte
numerator byte
denominator byte
리턴 byte

GF8() 공개 메소드

public GF8 ( byte i ) : System
i byte
리턴 System

Modnn() 공개 정적인 메소드

public static Modnn ( Int32 x ) : byte
x System.Int32
리턴 byte

Multiply() 공개 정적인 메소드

public static Multiply ( byte a, byte b ) : byte
a byte
b byte
리턴 byte

Power() 공개 메소드

public Power ( byte exponent ) : GF8
exponent byte
리턴 GF8

Power() 공개 정적인 메소드

public static Power ( byte x, UInt32 exponent ) : byte
x byte
exponent System.UInt32
리턴 byte

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : GF8
리턴 GF8

프로퍼티 상세

gf_exp 공개적으로 정적으로 프로퍼티

public static byte[] gf_exp
리턴 byte[]

gf_log 공개적으로 정적으로 프로퍼티

public static byte[] gf_log
리턴 byte[]

inverse 공개적으로 정적으로 프로퍼티

public static byte[] inverse
리턴 byte[]