public static void GetLocationByTile( double x, double y, out float[] loc )
Public Shared Sub GetLocationByTile ( _ x As Double, _ y As Double, _ <OutAttribute> ByRef loc As Single() _ )
public: static void GetLocationByTile( double^ x, double^ y, [OutAttribute] array<float^>^% loc )