C# Class FaceSpot.VTag

Datei anzeigen Open project: kanitw/facespot Class Usage Examples

Public Properties

Property Type Description
tag string
val float[]

Public Methods

Method Description
VTag ( float val, string tag ) : System

Method Details

VTag() public method

public VTag ( float val, string tag ) : System
val float
tag string
return System

Property Details

tag public_oe property

public string tag
return string

val public_oe property

public float[] val
return float[]