ThreeD<T>.Explicit Explicit(ThreeD<T> to TwoD<T>) Drops the Z component and returns X and Y. Declaration public static explicit operator TwoD<T>(ThreeD<T> value) Parameters Type Name Description ThreeD<T> value The value to convert. Returns Type Description TwoD<T>