示例#1
0
 protected ForceDataPoint FindForceValueMax(List <double> SpecialPoints, FindValueAtXDelegate evaluateForce)
 {
     //divide beam into equal segments
     //add special points
     //create sorted list
     //step through points and evaluate maximum
     throw new NotImplementedException();
 }
示例#2
0
 protected ForceDataPoint FindForceValueMax(List<double> SpecialPoints,FindValueAtXDelegate evaluateForce)
 {
     //divide beam into equal segments
     //add special points 
     //create sorted list
     //step through points and evaluate maximum
     throw new NotImplementedException();
 }