C# Class NMF.Transformations.Core.TraceEntryExtensions

Provides some helper functionality for tracing
Mostra file Open project: NMFCode/NMF

Public Methods

Method Description
CreateInputArray ( this traceEntry ) : object[]

Creates a new array of input elements for the given trace entry

Method Details

CreateInputArray() public static method

Creates a new array of input elements for the given trace entry
public static CreateInputArray ( this traceEntry ) : object[]
traceEntry this The current trace entry
return object[]