ConvertTicks<T> Method (TimeSpanTickProviderBase)
Converts ticks in generic format to Double, e.g. cast to double for numeric types, or cast DateTime.Ticks to double for DateTime types
Syntax
protected override IList<double> ConvertTicks<T>( 
   IList<T> ticks
)
where T: IComparable

Parameters

ticks

Type Parameters

T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also