VPForwardSolverBase ROfTheta Method ( OpticalProperties ,  Double )Virtual Photonics - VTS Library
Virtual Photonics
Convenience array overload of ROfTheta. Determines reflectances at optical properties 'ops' and polar angle 'thetas'

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

public double[] ROfTheta(
	OpticalProperties[] ops,
	double[] thetas
)

Parameters

ops
Type:  Vts OpticalProperties 
sets of optical properties
thetas
Type:  OnlineSystem Double 
polar angles

Return Value

Type:  OnlineDouble 
reflectance at given optical properties and polar angles
See Also