Class Point
Inheritance
System.Object
Point
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.Common.Mathematics.Probability
Assembly: SpiceSharpParser.dll
Syntax
public class Point
Constructors
| Improve this Doc View SourcePoint(Double, Double)
Declaration
public Point(double x, double y)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | |
System.Double | y |
Properties
| Improve this Doc View SourceX
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceClone()
Declaration
public Point Clone()
Returns
Type | Description |
---|---|
Point |