NewTOAPIA.Net.Rtp.GF16.operator C# (CSharp) Method

operator() public static method

Overload the + operator
public static operator ( ) : GF16
return GF16
        public static GF16 operator + (GF16 a, GF16 b)
        {
            return GF16.Add(a.Value, b.Value);
        }