C# 클래스 Smrf.NodeXL.ExcelTemplate.AutoFillNumericRangeColumnResults

Stores one numeric range column of the results of a call to .
상속: AutoFillColumnResults
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bLogsUsed System.Boolean
m_dDestinationNumber1 Double
m_dDestinationNumber2 Double

공개 메소드들

메소드 설명
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

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

AutoFillNumericRangeColumnResults() 공개 메소드

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

AutoFillNumericRangeColumnResults() 공개 메소드

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. ///
리턴 System

ConvertFromString() 공개 메소드

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

ConvertToString() 공개 메소드

public ConvertToString ( ) : String
리턴 String

프로퍼티 상세

m_bLogsUsed 보호되어 있는 프로퍼티

protected Boolean,System m_bLogsUsed
리턴 System.Boolean

m_dDestinationNumber1 보호되어 있는 프로퍼티

protected Double m_dDestinationNumber1
리턴 Double

m_dDestinationNumber2 보호되어 있는 프로퍼티

protected Double m_dDestinationNumber2
리턴 Double