public void Deconstruct( out double x, out double y )
Public Sub Deconstruct ( <OutAttribute> ByRef x As Double, <OutAttribute> ByRef y As Double )
member Deconstruct : x : float byref * y : float byref -> unit
In This Article