We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6c10c commit ad5bd70Copy full SHA for ad5bd70
DataFormats.cs
@@ -2,7 +2,7 @@
2
{
3
public class Point3D
4
5
- public float ID { get; set; }
+ public int ID { get; set; }
6
public float X { get; set; }
7
public float Y { get; set; }
8
public float Z { get; set; }
0 commit comments