Version

Sum(Byte,Byte) Method

Calculates the Sum within the current GF field.
Syntax
public static byte Sum( 
   byte a,
   byte b
)

Parameters

a
The first addend.
b
The second addend.
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