SessionOptionsUseMixedNumbers Property
Determines whether to show result as a combination of a whole number and a proper fraction.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public bool? UseMixedNumbers { get; set; }
Public Property UseMixedNumbers As Boolean?
Get
Set
public:
property Nullable<bool> UseMixedNumbers {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member UseMixedNumbers : Nullable<bool> with get, set
Property Value
NullableBoolean