cBots (自動売買)

Summary

Represents an x- and y-coordinate pair in two-dimensional space.

Signature

1
public class Point

 

Namespace

cAlgo.API

Methods

Equals

Summary

Determines whether the specified object is equal to the current object.

Signature

1
public bool Equals(object obj)

 

Parameters

NameTypeDescription
objobjectOther object to compare current object with it

Return Value

bool

GetHashCode

Summary

Returns the hash code for this instance.

Signature

1
public int GetHashCode()

 

Return Value

int

Properties

X

Summary

Gets or sets the x-coordinate of this Point.

Signature

1
public double X {get;}

 

Return Value

double

Y

Summary

Gets or sets the y-coordinate of this Point.

Signature

1
public double Y {get;}

 

Return Value

double

  • Controls
目次

このページについて