-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_RangeBoundaryTo_1_GetValueOrDefault_1
andrewvk edited this page Jul 1, 2016
·
3 revisions
The value of the boundary or the defaultValue if HasValue property equals to false
.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public T GetValueOrDefault(
T defaultValue
)
VB
Public Function GetValueOrDefault (
defaultValue As T
) As T
F#
member GetValueOrDefault :
defaultValue : 'T -> 'T
- defaultValue
- Type: T
The default value.
Type: T
Value of the boundary or defaultValue.
RangeBoundaryTo(T) Structure
GetValueOrDefault Overload
CodeJam.Ranges Namespace