Version

Difference Method

Calculates the Difference operation in the GF field. The sum and difference between two numbers in GF arithmetics is the same.
Syntax
public static int Difference( 
   int a,
   int b
)

Parameters

a
The a.
b
The B.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also