C# Class NewTOAPIA.Net.Rtp.GF8

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Свойство Type Description
gf_exp byte[]
gf_log byte[]
inverse byte[]

Méthodes publiques

Méthode 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

Méthode Description
GF8 ( ) : System

Method Details

Add() public static méthode

public static Add ( byte a, byte b ) : byte
a byte
b byte
Résultat byte

Divide() public static méthode

public static Divide ( byte numerator, byte denominator ) : byte
numerator byte
denominator byte
Résultat byte

GF8() public méthode

public GF8 ( byte i ) : System
i byte
Résultat System

Modnn() public static méthode

public static Modnn ( Int32 x ) : byte
x System.Int32
Résultat byte

Multiply() public static méthode

public static Multiply ( byte a, byte b ) : byte
a byte
b byte
Résultat byte

Power() public méthode

public Power ( byte exponent ) : GF8
exponent byte
Résultat GF8

Power() public static méthode

public static Power ( byte x, UInt32 exponent ) : byte
x byte
exponent System.UInt32
Résultat byte

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : GF8
Résultat GF8

Property Details

gf_exp public_oe static_oe property

public static byte[] gf_exp
Résultat byte[]

gf_log public_oe static_oe property

public static byte[] gf_log
Résultat byte[]

inverse public_oe static_oe property

public static byte[] inverse
Résultat byte[]