C# Class CSE.Content.OpEqTest

Show file Open project: kcherr1/CSharp-Eval Class Usage Examples

Public Properties

Property Type Description
a short
aa float
array CSE.Content.OpEqTestItem[]
array2 ].int[
b sbyte
e int
ee ulong
f uint
ff ushort
g byte
i long
k double

Public Methods

Method Description
OpEqTest ( ) : System
func ( double arg1, double arg2 ) : double
func2 ( double arg ) : ][].double[
func3 ( double arg ) : double

Method Details

OpEqTest() public method

public OpEqTest ( ) : System
return System

func() public method

public func ( double arg1, double arg2 ) : double
arg1 double
arg2 double
return double

func2() public method

public func2 ( double arg ) : ][].double[
arg double
return ][].double[

func3() public method

public func3 ( double arg ) : double
arg double
return double

Property Details

a public property

public short a
return short

aa public property

public float aa
return float

array public property

public OpEqTestItem[],CSE.Content array
return CSE.Content.OpEqTestItem[]

array2 public property

public int[,] array2
return ].int[

b public property

public sbyte b
return sbyte

e public property

public int e
return int

ee public property

public ulong ee
return ulong

f public property

public uint f
return uint

ff public property

public ushort ff
return ushort

g public property

public byte g
return byte

i public property

public long i
return long

k public property

public double k
return double