Exemple #1
0
 public void SetRSplitDoubleContainer(RSplitContainer <List <double> > rsc)
 {
     LatestRSplitLISTDUB     = rsc;
     CurrentRSPContainerType = CurrentSavedRankData.ListDouble;
 }
Exemple #2
0
 public void SetRSplitDoubleContainer(RSplitContainer <double> rsc)
 {
     LatestRSplitDOUBLE      = rsc;
     CurrentRSPContainerType = CurrentSavedRankData.Double;
 }