HeroStats Libraries
TimedStatistic Constructor 

[This is preliminary documentation and subject to change.]

Constructor

[Visual Basic]
Public Sub New( _
   ByVal t As Date, _
   ByVal v As Double _
)
[C#]
public TimedStatistic(
   DateTime t,
   double v
);

Parameters

t
Date and time the value is valid
v
Value of the statistic

See Also

TimedStatistic Class | CityOfHeroes Namespace