←Select platform

Get(string,float) Method

Summary

Reads the property as a float.

Syntax
C#
VB
C++
public float Get( 
   string name, 
   float def 
) 
Public Function [Get]( 
   ByVal name As String, 
   ByVal def As Single 
) As Single 
public:  
   Single Get( 
      String^ name, 
      Single def 
   ) 

Parameters

name

Name of the property to query.

def

Default value to return in case the property was not set.

Return Value

Value of the property.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Imaging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.