Skip to content

Added Point.toString() #356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2018
Merged

Added Point.toString() #356

merged 1 commit into from
Apr 17, 2018

Conversation

lutovich
Copy link
Contributor

It returns a string representation of the Point value object. All coordinates are formatted with at least one decimal place to emphasize they are not integers. So coordinate value 42 will be formatted as 42.0. Optional z coordinate is included only if it is defined.

It returns a string representation of the `Point` value object. All
coordinates are formatted with at least one decimal place to emphasize
they are not integers. So coordinate value `42` will be formatted as
`42.0`. Optional `z` coordinate is included only if it is defined.
@lutovich lutovich requested a review from oskarhane April 17, 2018 11:19
Copy link
Member

@oskarhane oskarhane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thank you!

@lutovich lutovich merged commit 9a7f2b2 into neo4j:1.6 Apr 17, 2018
@lutovich lutovich deleted the 1.6-point-toString branch April 17, 2018 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants