C# Class NewTOAPIA.Net.Rtp.GF8

ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
gf_exp byte[]
gf_log byte[]
inverse byte[]

Public Methods

Method Description
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

Private Methods

Method Description
GF8 ( ) : System

Method Details

Add() public static method

public static Add ( byte a, byte b ) : byte
a byte
b byte
return byte

Divide() public static method

public static Divide ( byte numerator, byte denominator ) : byte
numerator byte
denominator byte
return byte

GF8() public method

public GF8 ( byte i ) : System
i byte
return System

Modnn() public static method

public static Modnn ( Int32 x ) : byte
x System.Int32
return byte

Multiply() public static method

public static Multiply ( byte a, byte b ) : byte
a byte
b byte
return byte

Power() public method

public Power ( byte exponent ) : GF8
exponent byte
return GF8

Power() public static method

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

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : GF8
return GF8

Property Details

gf_exp public_oe static_oe property

public static byte[] gf_exp
return byte[]

gf_log public_oe static_oe property

public static byte[] gf_log
return byte[]

inverse public_oe static_oe property

public static byte[] inverse
return byte[]