VPDatabase T  SetDataPoints Method Virtual Photonics - VTS Library
Virtual Photonics
method to set private _dataPoints to passed in dataPoints

Namespace: Vts.MonteCarlo.IO
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public void SetDataPoints(
	IEnumerable<T> dataPoints
)

Parameters

dataPoints
Type: OnlineSystem.Collections.Generic IEnumerable T 
IEnumerable of generic type Time"
See Also