Table of Contents

Method Single

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

Single(int)

Creates a 1D Segment of size 1 and a value point of n.

public static IImplicitShape<int> Single(int n)

Parameters

n int

Value of the point of the segment.

Returns

IImplicitShape<int>