[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Jgr.Msts.Coordinates.ConvertToTile(Jgr.Msts.IghCoordinate,System.Double@,System.Double@)"]
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static TileCoordinate ConvertToTile( IghCoordinate coordinates, out double x, out double z )
Public Shared Function ConvertToTile ( _ coordinates As IghCoordinate, _ <OutAttribute> ByRef x As Double, _ <OutAttribute> ByRef z As Double _ ) As TileCoordinate
public: static TileCoordinate^ ConvertToTile( IghCoordinate^ coordinates, [OutAttribute] double% x, [OutAttribute] double% z )
Parameters
- coordinates (IghCoordinate)
[Missing <param name="coordinates"/> documentation for "M:Jgr.Msts.Coordinates.ConvertToTile(Jgr.Msts.IghCoordinate,System.Double@,System.Double@)"]
- x (Double%)
[Missing <param name="x"/> documentation for "M:Jgr.Msts.Coordinates.ConvertToTile(Jgr.Msts.IghCoordinate,System.Double@,System.Double@)"]
- z (Double%)
[Missing <param name="z"/> documentation for "M:Jgr.Msts.Coordinates.ConvertToTile(Jgr.Msts.IghCoordinate,System.Double@,System.Double@)"]
Return Value
[Missing <returns> documentation for "M:Jgr.Msts.Coordinates.ConvertToTile(Jgr.Msts.IghCoordinate,System.Double@,System.Double@)"]