Пример #1
0
		public static void Shift90Degrees(ref Complex x)
		{
			x = x.GetConjugate();
		}