C# Class Smrf.NodeXL.ExcelTemplate.AutoFillNumericRangeColumnResults

Stores one numeric range column of the results of a call to .
Inheritance: AutoFillColumnResults
Mostrar archivo Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_bLogsUsed System.Boolean
m_dDestinationNumber1 Double
m_dDestinationNumber2 Double

Public Methods

Method Description
AssertValid ( ) : void
AutoFillNumericRangeColumnResults ( ) : System

Initializes a new instance of the class with default values. that indicate that the column wasn't autofilled.

AutoFillNumericRangeColumnResults ( String sourceColumnName, Double sourceCalculationNumber1, Double sourceCalculationNumber2, Int32 decimalPlaces, Double destinationNumber1, Double destinationNumber2, System.Boolean logsUsed ) : System

Initializes a new instance of the class with specified values.

ConvertFromString ( String asFields, Int32 iStartIndex ) : Int32
ConvertToString ( ) : String

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

AutoFillNumericRangeColumnResults() public method

Initializes a new instance of the class with default values. that indicate that the column wasn't autofilled.
public AutoFillNumericRangeColumnResults ( ) : System
return System

AutoFillNumericRangeColumnResults() public method

Initializes a new instance of the class with specified values.
public AutoFillNumericRangeColumnResults ( String sourceColumnName, Double sourceCalculationNumber1, Double sourceCalculationNumber2, Int32 decimalPlaces, Double destinationNumber1, Double destinationNumber2, System.Boolean logsUsed ) : System
sourceColumnName String /// Name of the source column, or null if the column wasn't autofilled. ///
sourceCalculationNumber1 Double /// The actual first source number used in the calculations. ///
sourceCalculationNumber2 Double /// The actual second source number used in the calculations. ///
decimalPlaces System.Int32 /// The number of decimal places displayed in the column. ///
destinationNumber1 Double /// The first number used in the destination column. ///
destinationNumber2 Double /// The second number used in the destination column. ///
logsUsed System.Boolean /// true if the logarithms of the source numbers were used. ///
return System

ConvertFromString() public method

public ConvertFromString ( String asFields, Int32 iStartIndex ) : Int32
asFields String
iStartIndex System.Int32
return System.Int32

ConvertToString() public method

public ConvertToString ( ) : String
return String

Property Details

m_bLogsUsed protected_oe property

protected Boolean,System m_bLogsUsed
return System.Boolean

m_dDestinationNumber1 protected_oe property

protected Double m_dDestinationNumber1
return Double

m_dDestinationNumber2 protected_oe property

protected Double m_dDestinationNumber2
return Double