Text format for floating point numbers.
Read-write property
[Visual Basic .NET] |
---|
Public Property FloatingPointFormat() As AgEFmGfxFloatingPointFormat |
[C#] |
---|
public AgEFmGfxFloatingPointFormat FloatingPointFormat {get; set;} |
[Managed C++] |
---|
public: __property AgEFmGfxFloatingPointFormat get_FloatingPointFormat(); |
[Unmanaged C++] |
---|
public: HRESULT get_FloatingPointFormat( AgEFmGfxFloatingPointFormat * pVal ); public: HRESULT put_FloatingPointFormat( AgEFmGfxFloatingPointFormat FloatingPointFormat ); |
[Java] |
---|
public AgEFmGfxFloatingPointFormat getFloatingPointFormat(); public void setFloatingPointFormat( AgEFmGfxFloatingPointFormat ); |
[Python - STK API ] |
---|
@property def FloatingPointFormat(self) -> "AgEFmGfxFloatingPointFormat": @FloatingPointFormat.setter def FloatingPointFormat(self, FloatingPointFormat:"AgEFmGfxFloatingPointFormat") -> None: |