Version

GfArithmetics Class Members

The following tables list the members exposed by GfArithmetics.

Public Constructors
 NameDescription
Public ConstructorGfArithmetics ConstructorInitializes a new instance of the GfArithmetics class.  
Public Properties
 NameDescription
Public PropertyGfInstanceGets or sets the power-of-two number GF.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CalculateSumOfBitsCalculates the sum of bits within current GF field.  
Public MethodCreateLogArraysCreates the log and antiLog arrays with appropriate integer values.  
Public Methodstatic (Shared in Visual Basic)DifferenceCalculates the Difference operation in the GF field. The sum and difference between two numbers in GF arithmetics is the same.  
Public MethodProductOverloaded. Multiplication operation within the current GF field.  
Public MethodQuotientDivision operation within the current GF field.  
Public Methodstatic (Shared in Visual Basic)SumOverloaded. Calculates the Sum within the current GF field.  
See Also