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
- nint
- Value 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.