C# Class CSLE.CLS_Expression_Math2ValueAndOr

Inheritance: ICLS_Expression
Mostrar archivo Open project: wpszz/CSLightForUnity Class Usage Examples

Public Properties

Property Type Description
mathop char

Public Methods

Method Description
CLS_Expression_Math2ValueAndOr ( int tbegin, int tend, int lbegin, int lend ) : System
ComputeValue ( CLS_Content content ) : CLS_Content.Value
ToString ( ) : string

Method Details

CLS_Expression_Math2ValueAndOr() public method

public CLS_Expression_Math2ValueAndOr ( int tbegin, int tend, int lbegin, int lend ) : System
tbegin int
tend int
lbegin int
lend int
return System

ComputeValue() public method

public ComputeValue ( CLS_Content content ) : CLS_Content.Value
content CLS_Content
return CLS_Content.Value

ToString() public method

public ToString ( ) : string
return string

Property Details

mathop public_oe property

public char mathop
return char