Beispiel #1
0
 /// <summary>
 /// </summary>
 /// <param name="other"></param>
 public BioStateEventElementFloat(BioStateEventElementFloat other)
     : base(other)
 {
     GlobalFloat = other.GlobalFloat;
     Increment   = other.Increment;
     NewValue    = other.NewValue;
     UseParam    = other.UseParam;
 }
		/// <summary>
		/// </summary>
		/// <param name="other"></param>
		public BioStateEventElementFloat(BioStateEventElementFloat other)
			: base(other)
		{
			GlobalFloat = other.GlobalFloat;
			Increment = other.Increment;
			NewValue = other.NewValue;
			UseParam = other.UseParam;
		}