VPForwardSolverBase ROfTheta Method (IEnumerable OpticalProperties , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics

Namespace: Vts.Modeling.ForwardSolvers
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public virtual IEnumerable<double> ROfTheta(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> thetas
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
thetas
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 

Return Value

Type: OnlineIEnumerable OnlineDouble 
See Also