PbNonLinearDataMappingHLSFunction Delegate |
Namespace: OIV.MeshViz.Graph
public delegate float[] HLSFunction( float name_0 )
Public Delegate Function HLSFunction ( name_0 As Single ) As Single()
public delegate array<float>^ HLSFunction( float name_0 )
type HLSFunction = delegate of name_0 : float32 -> float32[]