예제 #1
0
 public bool Equals(NoiseData other)
 {
     return(other.NoiseParameters.Equals(NoiseParameters) && NoiseType == other.NoiseType);
 }
예제 #2
0
 public NoiseProfileData(NoiseData nData)
 {
     noiseData        = new NoiseData();
     noiseDataHistory = new NoiseDataHistory();
 }