IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Old.IField_OldNumerics< T > Interface Template Reference

A generic interface. More...

+ Inheritance diagram for IG.Old.IField_OldNumerics< T >:

Public Member Functions

Add (T a, T b)
 
Subtract (T a, T b)
 
Multiply (T a, T b)
 
Divide (T a, T b)
 
Negative (T a)
 
Inverse (T a)
 

Detailed Description

A generic interface.

Member Function Documentation

T IG.Old.IField_OldNumerics< T >.Add ( a,
b 
)
T IG.Old.IField_OldNumerics< T >.Subtract ( a,
b 
)
T IG.Old.IField_OldNumerics< T >.Multiply ( a,
b 
)
T IG.Old.IField_OldNumerics< T >.Divide ( a,
b 
)
T IG.Old.IField_OldNumerics< T >.Negative ( a)
T IG.Old.IField_OldNumerics< T >.Inverse ( a)

The documentation for this interface was generated from the following file: