-
Couldn't load subscription status.
- Fork 35
M_CodeJam_Ranges_RangeBoundaryFrom_1_GetValueOrDefault_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
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: 2.1.0.0
C#
public T GetValueOrDefault(
T defaultValue
)VB
Public Function GetValueOrDefault (
defaultValue As T
) As TF#
member GetValueOrDefault :
defaultValue : 'T -> 'T
- defaultValue
- Type: T
The default value.
Type: T
Value of the boundary or defaultValue.
RangeBoundaryFrom(T) Structure
GetValueOrDefault Overload
CodeJam.Ranges Namespace