OHyMoS.NET Class Library

OhInputPort.DataType プロパティ

入力データパックのデータ値の型を文字列として返します。

抽象メソッドです。

public abstract string DataType {get;}

解説

Returns the string which shows data type treated by the current input-port. Because this is pure virtual, the function must be defined in derived classes from this class. public String DataType { get{ return "double"; } We call the string returned by this funcion "dataType".

参照

OhInputPort クラス | OhymosNet 名前空間