C# 클래스 NMF.Transformations.Core.TraceEntryExtensions

Provides some helper functionality for tracing
파일 보기 프로젝트 열기: NMFCode/NMF

공개 메소드들

메소드 설명
CreateInputArray ( this traceEntry ) : object[]

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

메소드 상세

CreateInputArray() 공개 정적인 메소드

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