public void GetXRange(
out double min,
out double max
)
Public Sub GetXRange (
<OutAttribute> ByRef min As Double,
<OutAttribute> ByRef max As Double
)
public:
void GetXRange(
[OutAttribute] double% min,
[OutAttribute] double% max
)
member GetXRange :
min : float byref *
max : float byref -> unit