| 
            
              AngleDifferenceCalculatorPublishFrame(IFrame, Int32) Method
             | 
          
        
        
            Calculates an angle difference.
            
        
        Namespace: PowerCalculationsAssembly: PowerCalculations (in PowerCalculations.dll) Version: 2.4.258-beta
Syntaxprotected virtual void PublishFrame(
	IFrame frame,
	int index
)
Protected Overridable Sub PublishFrame ( 
	frame As IFrame,
	index As Integer
)
protected:
virtual void PublishFrame(
	IFrame^ frame, 
	int index
)
abstract PublishFrame : 
        frame : IFrame * 
        index : int -> unit 
override PublishFrame : 
        frame : IFrame * 
        index : int -> unit function PublishFrame(frame, index);
 View SourceParameters
- frame  IFrame
 - Single frame of measurement data within one second samples
 - index  Int32
 - Index of frame within the one second samples
 
See Also