TwoD<T>.Implicit Implicit(T to TwoD<T>) Assigns both X and Y to the provided value. Declaration public static implicit operator TwoD<T>(T value) Parameters Type Name Description T value The value to convert. Returns Type Description TwoD<T>