FailureProperties.RadialRatio Property

Fortran DLL Wrapper

FailurePropertiesRadialRatio Property

Gets or sets radial ratio.

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public double[] RadialRatio { get; set; }
Public Property RadialRatio As Double()
	Get
	Set
public:
virtual property array<double>^ RadialRatio {
	array<double>^ get () sealed;
	void set (array<double>^ value) sealed;
}
abstract RadialRatio : float[] with get, set
override RadialRatio : float[] with get, set

Property Value

Type: Double

Implements

IFailurePropertiesRadialRatio
See Also