Returns weighted bath values given input bath values

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public static string ParseNumBaths(
	string fullBaths,
	string halfBaths,
	string threeQuarterBaths
)
Visual Basic (Declaration)
Public Shared Function ParseNumBaths ( _
	fullBaths As String, _
	halfBaths As String, _
	threeQuarterBaths As String _
) As String
Visual C++
public:
static String^ ParseNumBaths(
	String^ fullBaths, 
	String^ halfBaths, 
	String^ threeQuarterBaths
)

Parameters

fullBaths
Type: System..::.String
Number of full baths
halfBaths
Type: System..::.String
Number of half baths
threeQuarterBaths
Type: System..::.String
Number of 3/4 baths

Return Value

Number of weighted baths. Full = 1, 3/4 = 0.75, Half = 0.5, Quarter = 0.25

See Also