Namespace:
GF.Clients.Charts.Custom.Utils
Assembly:
GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
public T Create<T>(
int Date,
int Time,
double Value
)
where T : new(), DrawingObject
Public Function Create(Of T As {New, DrawingObject}) (
Date As Integer,
Time As Integer,
Value As Double
) As T
public:
generic<typename T>
where T : gcnew(), DrawingObject
T Create(
int Date,
int Time,
double Value
)
Parameters
- Date
- Type: SystemInt32
- Time
- Type: SystemInt32
- Value
- Type: SystemDouble
Type Parameters
- T
Return Value
Type:
T
Reference