C# 클래스 openABAP.Runtime.DecValue

value with abap type char, which represents a fixed length string with trailing spaces. actually implemented with C# type string, which is not optimal. NEW IMPLEMENTATION NEEDDED!
상속: IfValue
파일 보기 프로젝트 열기: bi-tm/openABAP

공개 프로퍼티들

프로퍼티 타입 설명
RuntimeClassname string

공개 메소드들

메소드 설명
Calculate ( string op, IfValue v = null ) : IfValue
DecValue ( double v = 0d ) : System
GetFloat ( ) : double
GetInt ( ) : int
GetInternalType ( ) : InternalType
GetString ( ) : string
OutputString ( ) : string
Set ( IfValue v ) : void
getRuntimeClassname ( ) : string

메소드 상세

Calculate() 공개 메소드

public Calculate ( string op, IfValue v = null ) : IfValue
op string
v IfValue
리턴 IfValue

DecValue() 공개 메소드

public DecValue ( double v = 0d ) : System
v double
리턴 System

GetFloat() 공개 메소드

public GetFloat ( ) : double
리턴 double

GetInt() 공개 메소드

public GetInt ( ) : int
리턴 int

GetInternalType() 공개 메소드

public GetInternalType ( ) : InternalType
리턴 InternalType

GetString() 공개 메소드

public GetString ( ) : string
리턴 string

OutputString() 공개 메소드

public OutputString ( ) : string
리턴 string

Set() 공개 메소드

public Set ( IfValue v ) : void
v IfValue
리턴 void

getRuntimeClassname() 공개 메소드

public getRuntimeClassname ( ) : string
리턴 string

프로퍼티 상세

RuntimeClassname 공개적으로 정적으로 프로퍼티

public static string RuntimeClassname
리턴 string