Method Single
Single(int)
Creates a 1D Segment of size 1 and a value point of n.
public static IImplicitShape<int> Single(int n)
Parameters
n
intValue of the point of the segment.
Creates a 1D Segment of size 1 and a value point of n.
public static IImplicitShape<int> Single(int n)
n
intValue of the point of the segment.