コード例 #1
0
 public static PatientPhysioData GetToRight(this PatientPhysioData _this, long rightMarkerId)
 {
     return(_this.GetFromLeftToRight(0, rightMarkerId));
 }
コード例 #2
0
 public static PatientPhysioData GetFromLeft(this PatientPhysioData _this, long leftMarkerId)
 {
     return(_this.GetFromLeftToRight(leftMarkerId, 0));
 }