Skip to content

Overload_CodeJam_Ranges_RangeBoundaryFrom_1_WithValue

Andrew Koryavchenko edited this page Jul 4, 2017 · 2 revisions

RangeBoundaryFrom(T).WithValue Method

Overload List

 

Name Description
Public method WithValue(Func(T, T)) Creates a new boundary with updated value (if the current boundary has one). If the boundary has no value the method returns the boundary unchanged.
Public method WithValue(T2)(Func(T, T2)) Creates a new boundary with updated value (if the current boundary has one). If the boundary has no value the method returns the boundary unchanged.
  Back to Top

See Also

Reference

RangeBoundaryFrom(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally