Skip to content

M_CodeJam_Ranges_RangeBoundaryFrom_1_GetValueOrDefault

andrewvk edited this page Jul 1, 2016 · 3 revisions

RangeBoundaryFrom(T).GetValueOrDefault Method

The value of the boundary or the default(T) if HasValue property equals to false.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public T GetValueOrDefault()

VB

Public Function GetValueOrDefault As T

F#

member GetValueOrDefault : unit -> 'T 

Return Value

Type: T
he value of the boundary or default(T).

See Also

Reference

RangeBoundaryFrom(T) Structure
GetValueOrDefault Overload
CodeJam.Ranges Namespace

Clone this wiki locally