Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
neo4j
v0.4.1
Neo4j
Bolt
Connection
Commands
Transaction
Exception
Failure
Ignored
LatLng
List
Map
NestedTransactionError
Node
PackStream
Error
Lexer
Packer
Token
Type
Unpacker
StructureTypes
UnpackException
Path
Point2D
Point3D
PropertyMissing
QueryException
Relationship
ResponseType
Result
RollbackException
StreamingResult
StreamingResultSet
Iterator
Success
Type
UnboundRelationship
UnknownResult
ValueType
Built with Crystal 1.9.2
2023-10-08 01:38:12 UTC
struct
Neo4j::Point2D
Neo4j::Point2D
Struct
Value
Object
Defined in:
neo4j/type.cr
Constructors
.new
(x : Float64, y : Float64, type : Int16 =
7203_i16
)
Instance Method Summary
#type
: Int16
#x
: Float64
#y
: Float64
Constructor Detail
def self.
new
(x : Float64, y : Float64, type : Int16 =
7203_i16
)
#
[
View source
]
Instance Method Detail
def
type
: Int16
#
[
View source
]
def
x
: Float64
#
[
View source
]
def
y
: Float64
#
[
View source
]