@@ -752,7 +752,7 @@ Public Class atcFrequencyGridSource
752
752
lExpTab.Value(lExpTabFldCtr + 2 ) = DoubleToString(lAttributes.GetValue(lAttrName & lRecurrence, 0 ), , "0.000" , "0.000" )
753
753
'K Value (export only), variance of estimate and confidence intervals
754
754
lExpTab.Value(lExpTabFldCtr + 3 ) = DoubleToString(lAttributes.GetValue(lAttrName & lRecurrence & " K Value" , 0 ), , "0.000" , "0.000" )
755
- lExpTab.Value(lExpTabFldCtr + 4 ) = DoubleToString(lAttributes.GetValue(lAttrName & lRecurrence & " Variance of Estimate" , 0 ), , "0.000" , "0.000" )
755
+ lExpTab.Value(lExpTabFldCtr + 4 ) = DoubleToString(lAttributes.GetValue(lAttrName & lRecurrence & " Variance of Estimate" , 0 ), , , "0.000" , , 3 )
756
756
lExpTab.Value(lExpTabFldCtr + 5 ) = DoubleToString(lAttributes.GetValue(lAttrName & lRecurrence & " CI Lower" , 0 ), , "0.000" , "0.000" )
757
757
lExpTab.Value(lExpTabFldCtr + 6 ) = DoubleToString(lAttributes.GetValue(lAttrName & lRecurrence & " CI Upper" , 0 ), , "0.000" , "0.000" )
758
758
End If
@@ -788,7 +788,7 @@ Public Class atcFrequencyGridSource
788
788
Else
789
789
lThisRow &= DoubleToString(lAttributes.GetValue(lAttrName & lRecurrence, 0 ), , "0.000" , "0.000" ).PadLeft( 11 )
790
790
'K Value (export only), variance of estimate and confidence intervals
791
- lThisRow &= DoubleToString(lAttributes.GetValue(lAttrName & lRecurrence & " Variance of Estimate" , 0 ), , "0.000" , "0.000" ).PadLeft( 11 )
791
+ lThisRow &= DoubleToString(lAttributes.GetValue(lAttrName & lRecurrence & " Variance of Estimate" , 0 ), , , "0.000" , , 3 ).PadLeft( 11 )
792
792
lThisRow &= DoubleToString(lAttributes.GetValue(lAttrName & lRecurrence & " CI Lower" , 0 ), , "0.000" , "0.000" ).PadLeft( 11 )
793
793
lThisRow &= DoubleToString(lAttributes.GetValue(lAttrName & lRecurrence & " CI Upper" , 0 ), , "0.000" , "0.000" ).PadLeft( 11 )
794
794
End If
0 commit comments