Click or drag to resize
BroccoliSharp BroTime  Conversion (BroTime to Double)
Implicitly converts BroTime to a Double.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public static implicit operator double (
	BroTime value
)

Parameters

value
Type: BroccoliSharpBroTime
A BroTime object.

Return Value

Type: Double
A Double value.
See Also