|
CroSecTableRowverifyProps Method
|
Compare mechanical properties as read from the table to those as calculated from the
geometric dimensions of the cross section. If the relative deviation is larger than
given in max_verifiy_delt a message is issued.
Namespace:
Karamba.CrossSections
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic virtual string verifyProps(
Nullable<double>[] _props
)
Public Overridable Function verifyProps (
_props As Nullable(Of Double)()
) As String
public:
virtual String^ verifyProps(
array<Nullable<double>>^ _props
)
abstract verifyProps :
_props : Nullable<float>[] -> string
override verifyProps :
_props : Nullable<float>[] -> string
Parameters
- _props
- Type: SystemNullableDouble
Array of property values.
Return Value
Type:
StringMessage in case the deviation limit is reached.
See Also