예제 #1
0
파일: Cell.cs 프로젝트: pwdlugosz/Spectre
 /// <summary>
 /// Converts either an LONG or DOUBLE to a negative AWValue, returns the cell passed otherwise
 /// </summary>
 /// <param name="C">A cell</param>
 /// <returns>Cell result</returns>
 public static Cell operator -(Cell C)
 {
     return(CellOperations.Minus(C));
 }