public static float TryParseSource(cFloat value) { return((float)value); }
public bool Equals(cFloat obj) { return(this == obj); }