step

CommonType!(T1, T2)
step
(
T1
T2
)
(
T1 edge
,
T2 x
)

Return Value

Type: CommonType!(T1, T2)

0.0 if x < edge, otherwise it returns 1.0.

Meta