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 |
|