GH_Format.FormatInterval Method (Double, Double)

GH_FormatFormatInterval Method (Double, Double)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static string FormatInterval(
	double t0,
	double t1
)
Public Shared Function FormatInterval ( 
	t0 As Double,
	t1 As Double
) As String

Parameters

t0
Type: SystemDouble
t1
Type: SystemDouble

Return Value

Type: String
See Also