Skip to content

M_Rhino_Geometry_Interval_op_Subtraction_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Interval.Subtraction Operator (Double, Interval)

Shifts an interval by a specific amount (subtraction).

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static Interval operator -(
	double number,
	Interval interval
)

VB

Public Shared Operator - ( 
	number As Double,
	interval As Interval
) As Interval

Parameters

 

number
Type: System.Double
The shifting value to subtract from (minuend).
interval
Type: Rhino.Geometry.Interval
The interval to be subtracted from (subtrahend).

Return Value

Type: Interval
A new interval with [number-T0, number-T1].

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Interval Structure
Subtraction Overload
Rhino.Geometry Namespace

Clone this wiki locally