C# Class CK.Text.Tests.JSONVisitorTests.JSONDoubleSum

Inheritance: JSONVisitor
Mostra file Open project: Invenietis/ck-core

Public Properties

Property Type Description
Sum double

Public Methods

Method Description
JSONDoubleSum ( string s ) : NUnit.Framework

Protected Methods

Method Description
VisitTerminalValue ( ) : bool

Method Details

JSONDoubleSum() public method

public JSONDoubleSum ( string s ) : NUnit.Framework
s string
return NUnit.Framework

VisitTerminalValue() protected method

protected VisitTerminalValue ( ) : bool
return bool

Property Details

Sum public_oe property

public double Sum
return double