UnitFactor Property
Gets the factor of the unit.
Namespace: DevCase.Core.Math.ScienceAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public double Factor { get; }
Public ReadOnly Property Factor As Double
Get
Dim instance As Unit
Dim value As Double
value = instance.Factor
public:
property double Factor {
double get ();
}
member Factor : float with get
No code example is currently available or this language may not be supported.
Property Value
Double
The factor value of the unit.