Click or drag to resize

DiscreteIntervalFromEndpoints Method

Instantiates a new discrete interval from the given endpoints.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static DiscreteInterval FromEndpoints(
	int a,
	int b
)

Parameters

a
Type: SystemInt32
One endpoint.
b
Type: SystemInt32
The other endpoint.

Return Value

Type: DiscreteInterval
A discrete interval between the given endpoints.
See Also